Open 351246241 opened 1 year ago
Sorry for the confusion! You should also specify the model path for the pre-trained checkpoint:
python run.py --config e2edet/config/COCO-InstanceSegmentation/boxer2d_R_101_5x_lsj_resmode_v2.yaml --model boxer2d --task detection training.run_type=val training.resume=True training.resume_file=
Thank you for share this work! I use
python tools/run.py --config e2edet/config/COCO-InstanceSegmentation/boxer2d_R_50_3x.yaml --model boxer2d --task detection
fortraining in coco dataset. then,I evaluate coco dataset withpython tools/run.py --config e2edet/config/COCO-InstanceSegmentation/boxer2d_R_50_3x.yaml --model boxer2d --task detection training.run_type=val
. But I get AP =0,like this I assumed it was a training error on my part and then downloaded the provided pre-training weights. But got the same resultpython run.py --config e2edet/config/COCO-InstanceSegmentation/boxer2d_R_101_5x_lsj_resmode_v2.yaml --model boxer2d --task detection training.run_type=val