jessemelpolio / Faster_RCNN_for_DOTA

Code used for training Faster R-CNN on DOTA
https://arxiv.org/abs/1711.10398
Apache License 2.0
336 stars 102 forks source link

Scripts for preparing the dataset for training #18

Closed xiaomengyc closed 6 years ago

xiaomengyc commented 6 years ago

Hi,

Can you publish the scripts for preparing the dataset to train the rcnn_dota_quadrangle model? It seems the ImgSplit.py(https://github.com/CAPTAIN-WHU/DOTA_devkit/blob/master/ImgSplit.py) only copes with one example image. Can you present the details of preparing the whole dataset for training?

eeZhangqj commented 6 years ago

It in fact splits all the images. Take a look! You only need to configure the path in the very end of the ImgSplit.py.