open-forest-observatory / tree-detection-framework

BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Add postprocessing step to filter prediction outputs based on confidence scores #38

Closed amrithasp02 closed 2 weeks ago

amrithasp02 commented 3 weeks ago

In addition to the NMS postprocessing step on RegionDetections and RegionDetectionsSet objects, we will need to have a function that filters through all the predictions and discards tree detections that are below a specific score_threshold.