Use of labeling tool labeing under Windows and subsequent data processing

Note : The project needs to detect tunnel slides, and then process the slide image data for deep learning training.
Problem : After extracting the area of ​​interest and saving it as an .xml file, there is a problem of duplicate suffix names.
Insert picture description here
Purpose : To apply the original image and the annotated image and the .xml file one by one to the training.

1. Related script files

Insert picture description here
xml_rename.py: Change the suffix of .xml.xml to .xml
picture_rename.py : change from
.bmp to .jpg total_visual.py: Visualize the coordinate information in .xml on the .jpg image
registration.py: Delete the .xml in the folder
Sequential_storage.py, a non-paired file with .jpg : Name the final three files again

ok!

Published 4 original articles · received 1 · views 536

Guess you like

Origin blog.csdn.net/qq_42615787/article/details/105604716