natureyoo / ContinualTTA_ObjectDetection

This is the official code implementation for 'What, How, and When Should Object Detectors Update in Continually Changing Test Domains?' presented at CVPR 2024.
Apache License 2.0
12 stars 0 forks source link

coco experiment script problem #8

Closed twangnh closed 1 month ago

twangnh commented 1 month ago

the scripts/coco_adapt.sh returns 0 mAP for the direct test, which is likely due to not loading the pre-trained Faster R-CNN model, could you please confirm?