yolov4-custom-functions icon indicating copy to clipboard operation
yolov4-custom-functions copied to clipboard

How can I can add another label in box?

Open zulhilmyamy opened this issue 4 years ago • 1 comments

how can I add another label in box for example, the left side is the label is truck ,dog, and bicycle but for the right side i want to be like a timer object detected or bike 1, dog 1, bicycle 1, if more than 1 then it would be bike 2, dog 2, bicycle 2

obj

zulhilmyamy avatar Dec 15 '20 03:12 zulhilmyamy

edit this function based on the co ordinates you require https://github.com/theAIGuysCode/yolov4-custom-functions/blob/8f2c922a54d9ee0878efd3dffa42ce6e7bd3ae34/core/utils.py#L216 i think this is called to draw over images

shubham-shahh avatar Feb 11 '21 10:02 shubham-shahh