PUTvision / qgis-plugin-deepness

Deepness is a remote sensing plugin that enables deep learning inference in QGIS
https://www.buymeacoffee.com/deepness
Apache License 2.0
99 stars 23 forks source link

Fix nms #142

Closed bartoszptak closed 7 months ago

bartoszptak commented 7 months ago

Tasks:

Done by removing the parameter from GUI and code. It was a misunderstanding - the final NMS should be performed always.

Done by replacing for loops with KD tree. Scipy is not used due to libraries reduction.