Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- robotics
|
| 5 |
+
- humanoid
|
| 6 |
+
- pose-estimation
|
| 7 |
+
- keypoint-detection
|
| 8 |
+
- computer-vision
|
| 9 |
+
pipeline_tag: image-classification
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Humanoid Pose Estimation Lite
|
| 13 |
+
|
| 14 |
+
Lightweight model for detecting humanoid robot body pose states.
|
| 15 |
+
|
| 16 |
+
## Pose Classes
|
| 17 |
+
- neutral
|
| 18 |
+
- walking_pose
|
| 19 |
+
- running_pose
|
| 20 |
+
- sitting_pose
|
| 21 |
+
- lifting_pose
|
| 22 |
+
- waving_pose
|
| 23 |
+
|
| 24 |
+
## Model Details
|
| 25 |
+
- CNN lightweight backbone
|
| 26 |
+
- Optimized for edge robotics systems
|
| 27 |
+
- Input: 224x224 RGB image
|
| 28 |
+
- Output: pose classification
|
| 29 |
+
|
| 30 |
+
## Application
|
| 31 |
+
Used in robotics training and simulation environments.
|
| 32 |
+
|
| 33 |
+
## License
|
| 34 |
+
MIT
|