Skip to content

Commit

Permalink
fix: fall-detection bug #294
Browse files Browse the repository at this point in the history
Merge pull request #295 from bhavikapanara/feat-4
  • Loading branch information
Ivelin Ivanov committed Feb 4, 2021
2 parents b55b447 + 7a4e30e commit d0814e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipeline/ai/test_fall_detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _fall_detect_config():
},
'labels': _good_labels,
'top_k': 3,
'confidence_threshold': 0.6,
'confidence_threshold': 0.55,
}
return config

Expand Down

0 comments on commit d0814e1

Please sign in to comment.