DOTA's default annotation format is *.txt, which is composed of text lines: x1, y1, x2, y2, x3, y3, x4, y4, cls, diff. In this project, we convert the txt annotations to json annotations with txt2json.py.
I updated the README.md and added the section If you want to train with your own data in it. Please refer to it.
DOTA's default annotation format is *.txt, which is composed of text lines:
x1, y1, x2, y2, x3, y3, x4, y4, cls, diff
. In this project, we convert the txt annotations to json annotations withtxt2json.py
. I updated the README.md and added the sectionIf you want to train with your own data
in it. Please refer to it.