Open nicklausZJF opened 5 years ago
When i split DOTA dataset using ImgSplit.py , and I modify the input and output paths , then I run it. But it doesn't work , in my output floder is nothing. who can tell me why?
# print('Image splitting...\n') split = splitbase(r'/opt/dota1.5/whu-dota1.5/train/split/',r'/opt/dota1.5/whu-dota1.5/train/split-done/') split.splitdata(1) print('Done\n')`
What files are in the 'split'?
When i split DOTA dataset using ImgSplit.py , and I modify the input and output paths , then I run it. But it doesn't work , in my output floder is nothing. who can tell me why?
# print('Image splitting...\n') split = splitbase(r'/opt/dota1.5/whu-dota1.5/train/split/',r'/opt/dota1.5/whu-dota1.5/train/split-done/') split.splitdata(1) print('Done\n')`