training purpose bbox equal 0
python amodal_train.py train --dataset ./datasets/D2S --model D2S just print training purpose bbox equal 0
if you want to retrain the models, you may need to download checkpoints for mask-rcnn and deeplabv2 from here, thanks.
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
Sorry about I can't reply in time, as I'm still outside recently. I will test this function after I turn back school.
I also met this message, but it looks like a warning not an error. And the training progress is not interrupted by this.
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)