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

A question about installing

tfsxyz opened this issue · comments

I saw your paper on the Internet.Your work in objecting the people especially in crowded scene is really amazing.I want to recurrent your work,so I install by your README.md.But after I runs the step one:Install and build libs.
git clone https://github.com/megvii-model/Iter-E2EDET.git
cd Iter-E2EDET
python3 setup.py build develop
And I also success.But I do not find the config.py,also 50e.6h.500pro.ignore.yaml.
Please what I should do.Thank you.

commented

Just run the script below and you can see the target file.
cd projects/sparse-rcnn-baseline
sh run_train.sh will run the training procedure.
sh run_test.sh will run the testing procedure.