megvii-research / Iter-E2EDET

Official implementation of the paper "Progressive End-to-End Object Detection in Crowded Scenes"
MIT License
88 stars 8 forks source link

No module named 'config' #8

Closed CatchBeliF-TAT closed 1 year ago

CatchBeliF-TAT commented 2 years ago

Sorry to bother you! File "/xxx/Iter-E2EDET/detectron2/data/datasets/builtin.py", line 37, in from config import config ModuleNotFoundError: No module named 'config' I want to know the config is which one.

yexiguafuqihao commented 2 years ago

You need to get into projects/sparse-rcnn-baseline then run: sh run_train.sh for training or sh run_test.sh. Everything will be fine.