This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Files in input directory should be xml format. Leave a comment here. | |
# require xmltodict | |
import xmltodict | |
import os | |
class dota2yaml: | |
# Annotation dataset directory(absolute path needed) | |
input_path_root = "" |