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 such file or directory #10

Closed ma3252788 closed 1 year ago

ma3252788 commented 2 years ago

Hello, I noticed that in the json file you provided, the format of the picture is png, but as far as I know, the official format is jpg. Have you made any changes?

sorrylag commented 1 year ago

Hello, I noticed that in the json file you provided, the format of the picture is png, but as far as I know, the official format is jpg. Have you made any changes?

好兄弟 请问你是怎么解决的问题呀 我也遇到了 i meet the same problem, how did u fix that?

yexiguafuqihao commented 1 year ago

Just revise the imageDir in the config.py as your own image directory.

sorrylag commented 1 year ago

Just revise the imageDir in the config.py as your own image directory.

Thank you for your reply!I have done that before this problem. But i change images .jpg to .png and that works.

yexiguafuqihao commented 1 year ago

You can check this carefully for the solution.