python-darknet-yolo-v4 icon indicating copy to clipboard operation
python-darknet-yolo-v4 copied to clipboard

Add the ability to get the resulting modified image with object bounds

Open spullara opened this issue 4 years ago • 5 comments

This was done in a way so as not to change the public API in a non-breaking way.

spullara avatar Apr 05 '21 21:04 spullara

Possible fix for: https://github.com/philipperemy/python-darknet-yolo-v4/issues/2

spullara avatar Apr 06 '21 19:04 spullara

@spullara thank you will have a look soon :)

philipperemy avatar Apr 20 '21 01:04 philipperemy

But in your case you can simply get the bounding boxes results back with the function and use any plotting library to display them no?

philipperemy avatar Apr 20 '21 02:04 philipperemy

Sure, I could do it all separately without using the library.

spullara avatar Apr 20 '21 05:04 spullara

Then probably better to do it on your side I think.

philipperemy avatar Apr 26 '21 04:04 philipperemy