Open saik2121 opened 3 years ago
I have my trainval.txt ,test.txt files ready. How to train on these images.
You may modify dataset_dota.py to adapt the code to your own data or put images the same as DOTA, such as
dataset_dota.py
data_dir/ images/*.png labelTxt/*.txt trainval.txt test.txt
I have my trainval.txt ,test.txt files ready. How to train on these images.