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

Question about test single image #24

Closed jwgdmkj closed 1 year ago

jwgdmkj commented 1 year ago

Hello. I am a student who studies Detection. Which file should I use to put the single image I have in your code and run it? I'd appreciate it if you could answer. Thank you.

yexiguafuqihao commented 1 year ago

Sorry to tell you there is no script for the single image testing. However, a possible solution is that you need to compile as *.json like val.json with dummy annotations for all the image testing.

jwgdmkj commented 1 year ago

OK. Thank you!