Co-DETR icon indicating copy to clipboard operation
Co-DETR copied to clipboard

ModuleNotFoundError: No module named 'mmdet.registry'

Open FortuneBush opened this issue 1 year ago • 1 comments

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

FortuneBush avatar May 06 '24 09:05 FortuneBush

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

TempleX98 avatar May 29 '24 15:05 TempleX98