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

Readme error #3

Closed huangh12 closed 6 years ago

huangh12 commented 6 years ago

I am afraid there is a typo in your readme. It's said train and test on quadrangle in an end-to-end manner by running python experiments/faster_rcnn/rcnn_dota_e2e.py --cfg experiments/faster_rcnn/cfgs/DOTA.yaml, which I think should be python experiments/faster_rcnn/rcnn_dota_quadrangle_e2e.py --cfg experiments/faster_rcnn/cfgs/DOTA_quadrangle.yaml :)

jessemelpolio commented 6 years ago

Thank you so much for the kind reminder! The repo is updated as you suggested.