Closed luoyq6 closed 1 year ago
As shown here, An error occurred when I used the command: ./configs/DETReg_top30_coco.sh --resume exps/DETReg_top30_coco/checkpoint0049.pth --eval Can you give me a hint?, thank you
The evaluation script works on MSCoco/Pascal. So you have to use a finetuning pretrained model + config files. E.g:
./configs/DETReg_fine_tune_full_coco.sh --.pth --eval
As shown here, An error occurred when I used the command: ./configs/DETReg_top30_coco.sh --resume exps/DETReg_top30_coco/checkpoint0049.pth --eval Can you give me a hint?, thank you