gWOLF3 / rscnn

A cnn framework on Android platform, implemented with RenderScript and java, support MobileNet-SSD and faster-rcnn. No JNI/C++ or thirdparty dependencies.
MIT License
0 stars 1 forks source link

add Soft-NMS suppression #7

Closed matt-ny closed 4 years ago

matt-ny commented 4 years ago

sigma = 0.5 should work well confidenceThreshold should be passed in as confThresh from computeFeatureMap()_

The test image of cookies should give the same output since we don't have overlapping cookies. Different results should appear in situations where boxes have some overlap.

matt-ny commented 4 years ago

note this applies confidence thresholding at the same time as NMS