├── CreateTxt.py ├── README.md ├── check_annotations.py ├── getClasses.py ├── rename.py ├── replace_xml_label.py ├── video_to_picture.py └── voc_annotation.py /CreateTxt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzz1529657064/Python-scripts-used-to-make-datasets/HEAD/CreateTxt.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzz1529657064/Python-scripts-used-to-make-datasets/HEAD/README.md -------------------------------------------------------------------------------- /check_annotations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzz1529657064/Python-scripts-used-to-make-datasets/HEAD/check_annotations.py -------------------------------------------------------------------------------- /getClasses.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzz1529657064/Python-scripts-used-to-make-datasets/HEAD/getClasses.py -------------------------------------------------------------------------------- /rename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzz1529657064/Python-scripts-used-to-make-datasets/HEAD/rename.py -------------------------------------------------------------------------------- /replace_xml_label.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzz1529657064/Python-scripts-used-to-make-datasets/HEAD/replace_xml_label.py -------------------------------------------------------------------------------- /video_to_picture.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzz1529657064/Python-scripts-used-to-make-datasets/HEAD/video_to_picture.py -------------------------------------------------------------------------------- /voc_annotation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gzz1529657064/Python-scripts-used-to-make-datasets/HEAD/voc_annotation.py --------------------------------------------------------------------------------