carlosdanielpohlod / YOLO-IOU-and-Box-drawn

This code was developed to drawn boxes into images already predicted by YOLO, making possible dranw the manual coordinates boxoes both YOLO result Boxes automatically and calc IOU boxes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

config.py

images_path = '' defines your images local path

labels_path = '' defines your labels local path

results_path = '' defines your results txt generated by YOLO

output_path = '' defines your output drawn images

img_extension = 'jpg' defines the images extensio


obs: please pay attention to file naming standards:

result file: result_imageName.txt

coordinates file: nameImage.xml

Acepted Data Files

result: Result file generated by YOLO

Coordinates file: PASCAL VOC file generated by labelimg or similar

Usage

Follow drawn.py instructions

About

This code was developed to drawn boxes into images already predicted by YOLO, making possible dranw the manual coordinates boxoes both YOLO result Boxes automatically and calc IOU boxes


Languages

Language:Python 100.0%