yijingru / BBAVectors-Oriented-Object-Detection

[WACV2021] Oriented Object Detection in Aerial Images with Box Boundary-Aware Vectors
MIT License
466 stars 87 forks source link

No module named 'datasets.DOTA_devkit' #103

Open zhaowendao30 opened 3 years ago

zhaowendao30 commented 3 years ago

图片 大佬,请问这模块在哪啊

yijingru commented 3 years ago

https://github.com/CAPTAIN-WHU/DOTA_devkit

yangyahu-1994 commented 2 years ago

请问你解决了吗?

yijingru commented 2 years ago

DOTA_devkit 需要放到datasets这个folder 下面

sxj731533730 commented 2 years ago

记得 修改/home/ubuntu/BBAVectors-Oriented-Object-Detection/datasets/DOTA_devkitResultMerge_multi_process.py内容:sys.path.insert(0,"..")修改为sys.path.insert(0,os.path.abspath(os.path.join(file, "..")))

2)/home/ubuntu/BBAVectors-Oriented-Object-Detection/datasets/hrsc_evaluation_task1.py修改内容 from . import polyiou 修改为import datasets.DOTA_devkit.polyiou

Konstantin5389 commented 2 years ago

记得 修改/home/ubuntu/BBAVectors-Oriented-Object-Detection/datasets/DOTA_devkitResultMerge_multi_process.py内容:sys.path.insert(0,"..")修改为sys.path.insert(0,os.path.abspath(os.path.join(file, "..")))

2)/home/ubuntu/BBAVectors-Oriented-Object-Detection/datasets/hrsc_evaluation_task1.py修改内容 from . import polyiou 修改为import datasets.DOTA_devkit.polyiou

请问这个加黑的file指的是什么