A tool for deep learning annotation format converting. txt_to_xml.py is used to convert yolo format to voc format. read_lmdb.py is used to visual the annotation on image.
usage:
- lmdb_reader.py Changing the path to your lmdb file in main function. Use python2 read_lmdb.py to start the program and enter "q" to quit.
- txt_to_xml.py Editing the path to your yolo annotation file and setting the path to store voc annotation file.