Open wennzheng opened 4 years ago
You may put DOTA_devkit
under the folder datasets
Thanks for your answer, I have forget change the name of DOTA_devkit folder.
But there is another mistake that " No module named 'dota_kit'". May I not install DOTA_devkit correctly?
Thanks for your answer, I have forget change the name of DOTA_devkit folder.
But there is another mistake that " No module named 'dota_kit'". May I not install DOTA_devkit correctly?
I have the same problem. Have you solved it
You can comment on the lines in ResultMerge_multi_process.py
, I don't know why the authors for DOTA_devkit
do not provide the dota_kit
folder.
# try:
from . import dota_utils as util
# except:
# from .dota_kit import dota_utils as util
You can comment on the lines in
ResultMerge_multi_process.py
, I don't know why the authors forDOTA_devkit
do not provide thedota_kit
folder.# try:
from . import dota_utils as util
# except:
# from .dota_kit import dota_utils as util
Thank you very much.
I have install the all environment and download and install the DOTA_devkit,but when I run python main.py --data_dir dataPath --epochs 80 --batch_size 16 --dataset dota --phase train 。This error happend:“ModuleNotFoundError: No module named 'datasets.DOTA_devikit' ”. could you ask me how to solve this question?