Sense-X / Co-DETR

[ICCV 2023] DETRs with Collaborative Hybrid Assignments Training
MIT License
950 stars 100 forks source link

ModuleNotFoundError: No module named 'mmdet.registry' #139

Open FortuneBush opened 3 months ago

FortuneBush commented 3 months ago

image When running the command: sh tools/dist_test. sh projects/configs/co-deformable_detr/co-deformable_detr_r50_1x_coco. py path_to_checkpoint 8-- eval bbox, error: ModuleNotFoundError: No module named 'mmdet. registry' Environment configuration: Python=3.11, pytorch=1.11.0, cuda=11.3cu113

TempleX98 commented 3 months ago

Please first uninstall your mmdetection and reinstall it in the co-detr repo: pip install -e .