Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 465 Bytes

File metadata and controls

10 lines (9 loc) · 465 Bytes

Deep_learning_format_tool

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:

  1. 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.
  2. txt_to_xml.py Editing the path to your yolo annotation file and setting the path to store voc annotation file.