ShoufaChen / DiffusionDet

[ICCV2023 Best Paper Finalist] PyTorch implementation of DiffusionDet (https://arxiv.org/abs/2211.09788)
Other
2.07k stars 160 forks source link

why the eval result is 0? #116

Open MathamPollard opened 3 months ago

MathamPollard commented 3 months ago

I use your provided diffdet_coco_res50_300boxes.pth checkpoint and the diffdet.coco.res50.300boxes.yaml config file,and run python train_net.py --num-gpus 1 \ --config-file configs/diffdet.coco.res50.300boxes.yaml \ --eval-only MODEL.WEIGHTS models/diffdet_coco_res50_300boxes.pth

why the result is 0?

image

image