SLN-Amodal icon indicating copy to clipboard operation
SLN-Amodal copied to clipboard

training purpose bbox equal 0

Open jiangerxiaozhao opened this issue 6 years ago • 5 comments

python amodal_train.py train --dataset ./datasets/D2S --model D2S just print training purpose bbox equal 0

jiangerxiaozhao avatar Oct 16 '19 15:10 jiangerxiaozhao

if you want to retrain the models, you may need to download checkpoints for mask-rcnn and deeplabv2 from here, thanks.

apchenstu avatar Oct 17 '19 11:10 apchenstu

But in fact, I have downloaded these two files. In addition, I can run python amodal_train.py train --dataset ./datasets/coco_amodal --model coco successfully

jiangerxiaozhao avatar Oct 17 '19 12:10 jiangerxiaozhao

Sorry about I can't reply in time, as I'm still outside recently. I will test this function after I turn back school.

apchenstu avatar Oct 23 '19 08:10 apchenstu

I also met this message, but it looks like a warning not an error. And the training progress is not interrupted by this.

zhixuanli avatar Nov 06 '19 10:11 zhixuanli

Sorry, we find some mistakes in the readme file, the command should be: python amodal_train.py train --dataset ./datasets/D2S --model coco(--model D2S -> --model coco)

apchenstu avatar Sep 03 '20 13:09 apchenstu