digitalbrain79 / pyyolo

Simple python wrapper for YOLO.
126 stars 65 forks source link

Return top 5 predictions vs. just #1 #33

Open lesreaper opened 6 years ago

lesreaper commented 6 years ago

Is there a way to return the top 5 probabilities in the pyyolo.detect() function versus just the top prediction?

I'm trying to do it for a video stream, and it's only spitting out the top selection.

I'm not much of a C programmer, so not sure what I'm looking at in the module.c file.

In Darknet, you see the top 5 guesses in the image printout.