You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Confidence Argument to keypoint detection model (#354)
* Added "confidence" as argument for keypoint detection model
- confidence added to KeypointDetectionModel constructor and api url string
* Revert "Added "confidence" as argument for keypoint detection model"
This reverts commit 583818f.
* Reapply "Added "confidence" as argument for keypoint detection model"
This reverts commit 00c1a11.
* Added Tests for the Keypoint detection model
* Fixed String concatenation and removed unnecessary dependabot file
* Fixed Unit-tests for Keypoint Detection Model
* Fixed confidence kwarg in Keypoint-detection model
* Update tests/models/test_keypoint_detection.py
Co-authored-by: Solomon Lake Giffen-Hunter <lakegh@gmail.com>
* Update tests/models/test_keypoint_detection.py
Co-authored-by: Solomon Lake Giffen-Hunter <lakegh@gmail.com>
* Update tests/models/test_keypoint_detection.py
Co-authored-by: Solomon Lake Giffen-Hunter <lakegh@gmail.com>
* Update tests/models/test_keypoint_detection.py
Co-authored-by: Solomon Lake Giffen-Hunter <lakegh@gmail.com>
* fix(pre_commit): 🎨 auto format pre-commit hooks
* Changed some file paths to relative paths
---------
Co-authored-by: Solomon Lake Giffen-Hunter <lakegh@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments