Commit ec3710d
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 <[email protected]>
* Update tests/models/test_keypoint_detection.py
Co-authored-by: Solomon Lake Giffen-Hunter <[email protected]>
* Update tests/models/test_keypoint_detection.py
Co-authored-by: Solomon Lake Giffen-Hunter <[email protected]>
* Update tests/models/test_keypoint_detection.py
Co-authored-by: Solomon Lake Giffen-Hunter <[email protected]>
* fix(pre_commit): 🎨 auto format pre-commit hooks
* Changed some file paths to relative paths
---------
Co-authored-by: Solomon Lake Giffen-Hunter <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent 998d94b commit ec3710d
File tree
4 files changed
+510
-3
lines changed- roboflow/models
- tests
- annotations/keypoint-detection-annotations
- images
- models
4 files changed
+510
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| 53 | + | |
51 | 54 | | |
52 | 55 | | |
53 | 56 | | |
| |||
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
61 | | - | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
83 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
84 | 90 | | |
85 | 91 | | |
86 | 92 | | |
| |||
130 | 136 | | |
131 | 137 | | |
132 | 138 | | |
133 | | - | |
| 139 | + | |
134 | 140 | | |
135 | 141 | | |
136 | 142 | | |
| |||
145 | 151 | | |
146 | 152 | | |
147 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
148 | 157 | | |
149 | 158 | | |
150 | 159 | | |
151 | 160 | | |
152 | 161 | | |
| 162 | + | |
153 | 163 | | |
154 | 164 | | |
155 | 165 | | |
| |||
175 | 185 | | |
176 | 186 | | |
177 | 187 | | |
| 188 | + | |
178 | 189 | | |
179 | 190 | | |
180 | 191 | | |
| |||
0 commit comments