├── README.md ├── coco_categories.csv ├── coco_get_annotations_xml_format.py └── pascal_voc_template.xml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhiyer/coco-annotations-to-xml/HEAD/README.md -------------------------------------------------------------------------------- /coco_categories.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhiyer/coco-annotations-to-xml/HEAD/coco_categories.csv -------------------------------------------------------------------------------- /coco_get_annotations_xml_format.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhiyer/coco-annotations-to-xml/HEAD/coco_get_annotations_xml_format.py -------------------------------------------------------------------------------- /pascal_voc_template.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhiyer/coco-annotations-to-xml/HEAD/pascal_voc_template.xml --------------------------------------------------------------------------------