yangxue0827 / RotationDetection

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

from libs.utils.coordinate_convert import forward_convert ModuleNotFoundError: No module named 'libs' #19

Closed biBottle closed 3 years ago

biBottle commented 3 years ago

Does anyone have met this error when run python test_dota_base.py: "from libs.utils.coordinate_convert import forward_convert ModuleNotFoundError: No module named 'libs'"

12

I thought I have done the compile part....

biBottle commented 3 years ago

I move the folder 'libs' into 'tools', then this issue fixes