Skip to content
Snippets Groups Projects
Commit a36c0b45 authored by EtienneAr's avatar EtienneAr
Browse files

Raise default detection threshold

parent 43174710
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class PredictionService:
self.detector_kwargs = dict(
one_instance_per_class=False,
detection_th=0.5
detection_th=0.9
)
def pose_estimation(self, req):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment