Skip to content

chanA21/convert_bounding_box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

convert_bounding_box

convert object detection segmentation format by YOLO to normal point
label file is object detection and segmentation. This code convert the label file into normal points and then draws bounding box on the image.

yolo label file format(.txt)

class_index x1 y1 x2 y2 ...

x1, y1 data is between 0~1

0 0.24266661250000002 0.5240919921875 0.2579943859375 0.547824446875 ...

CAUTION
change image and label directory path.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages