We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb39bc commit 81db5ecCopy full SHA for 81db5ec
model_api/python/model_api/models/ssd.py
@@ -75,8 +75,7 @@ def _get_output_parser(
75
self.raise_error("Unsupported model outputs")
76
77
def _parse_outputs(self, outputs):
78
- detections = self.output_parser(outputs)
79
- return [d for d in detections if d.score > self.confidence_threshold]
+ return self.output_parser(outputs)
80
81
82
def find_layer_by_name(name, layers):
0 commit comments