yangxue0827 / RotationDetection

This is a tensorflow-based rotation detection benchmark, also called AlphaRotate.
https://rotationdetection.readthedocs.io/
Apache License 2.0
1.08k stars 181 forks source link

Cannot generate test_dota file #8

Closed Makzhang closed 3 years ago

Makzhang commented 3 years ago

An excellent project, thanks to the author for sharing. When I use tools/resdet/test_dota_5p.py to test val/imsges, the program runs well, but the test result test_dota is not generated. Can you help me solve it?

yangxue0827 commented 3 years ago

what‘s your test command?

Makzhang commented 3 years ago

Thank you for your reply, I directly modified the default ' test_dir=/####/' and ' gpus=0,1,2 'in the source code, and then directly run the command 'python test_dota_5p.py'

yangxue0827 commented 3 years ago

nothing in RotationDetection/tools/rsdet/test_dota? python test_dota_5p.py --test_dir=/####/ --gpus=0,1,2

Makzhang commented 3 years ago

According to your guidance, I modified the test conmmand and solved my problem. Thank you very much for your help