developer0hye / Yolo_Label

GUI for marking bounded boxes of objects in images for training neural network YOLO
MIT License
490 stars 114 forks source link

Visualize Class Name on The Bounding Box #43

Closed developer0hye closed 1 year ago

developer0hye commented 3 years ago

Visualize Class Name on the bounding box

thuangb commented 2 years ago

Hi, how can we add class name above the bounding box for visualization ? Because tracking the color of the class hurts my eyes so much 😂

developer0hye commented 2 years ago

@thuangb Thanks for your comment. I will try to implement this function. This function will be implemented in a month.

NimaAgm commented 2 years ago

What happened

developer0hye commented 2 years ago

@NimaAgm I am lazy. Do you need this function?

NimaAgm commented 2 years ago

Thanks you tool is better than others, but this feature is really necessary. could you help me to implement it on your code

developer0hye commented 2 years ago

@NimaAgm

Sorry, I think that it's hard to plot class on box using only Qt library.

developer0hye commented 1 year ago

@thuangb @NimaAgm

@e8035669 implemented a function for this issue!

image