tinyYOLOv2 icon indicating copy to clipboard operation
tinyYOLOv2 copied to clipboard

Fix a small bug in supression and add multi-image processing

Open radoye opened this issue 7 years ago • 0 comments

See if these changes are useful.

I use this repo to debug Android DNN demos. I made a few minor changes to speed up comparing results produced on the PC and the device:

* inserted a check for empty list in suppression
* added a loop to the main processing function to work through all
  files in a dir

radoye avatar Jul 05 '18 03:07 radoye