CAPTAIN-WHU / DOTA_devkit

640 stars 185 forks source link

ImgSplit.py doesn't work #21

Open nicklausZJF opened 5 years ago

nicklausZJF commented 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')`

dingjiansw101 commented 5 years ago

What files are in the 'split'?