Update config.json
Browse files- config.json +16 -1
config.json
CHANGED
|
@@ -1,5 +1,20 @@
|
|
| 1 |
{
|
| 2 |
"model_type": "posture_detection",
|
| 3 |
"architecture": "PostureDetectionModel",
|
| 4 |
-
"trained_weights": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"model_type": "posture_detection",
|
| 3 |
"architecture": "PostureDetectionModel",
|
| 4 |
+
"trained_weights": null,
|
| 5 |
+
"init_args": {
|
| 6 |
+
"image_size": 256,
|
| 7 |
+
"num_channels": 3,
|
| 8 |
+
"output_features": ["offset", "neck_inclination", "torso_inclination"]
|
| 9 |
+
},
|
| 10 |
+
"mediapipe": {
|
| 11 |
+
"mp_pose": {
|
| 12 |
+
"module_path": "mediapipe.solutions.pose",
|
| 13 |
+
"class_name": "Pose"
|
| 14 |
+
},
|
| 15 |
+
"mp_pose_landmark": {
|
| 16 |
+
"module_path": "mediapipe.solutions.pose",
|
| 17 |
+
"class_name": "PoseLandmark"
|
| 18 |
+
}
|
| 19 |
+
}
|
| 20 |
}
|