Closed amrithasp02 closed 2 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.
RegionDetections
RegionDetectionsSet
score_threshold
In addition to the NMS postprocessing step on
RegionDetections
andRegionDetectionsSet
objects, we will need to have a function that filters through all the predictions and discards tree detections that are below a specificscore_threshold
.