megvii-research / Iter-E2EDET

Official implementation of the paper "Progressive End-to-End Object Detection in Crowded Scenes"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named 'config'

CatchBeliF-TAT opened this issue · comments

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.

commented

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.