queues
Browse files
main.py
CHANGED
@@ -229,7 +229,7 @@ with block:
|
|
229 |
|
230 |
\n ## Pose models:
|
231 |
|
232 |
-
\n All the pose estimation models
|
233 |
|
234 |
\n The 2D pose model is used for estimating the 2D coordinates of human body joints from an image or a video frame. The model uses a convolutional neural network (CNN) to predict the joint locations and their confidence scores.
|
235 |
|
|
|
229 |
|
230 |
\n ## Pose models:
|
231 |
|
232 |
+
\n All the pose estimation models come from the library [MMpose](https://github.com/open-mmlab/mmpose). It is a library for human pose estimation that provides pre-trained models for 2D and 3D pose estimation.
|
233 |
|
234 |
\n The 2D pose model is used for estimating the 2D coordinates of human body joints from an image or a video frame. The model uses a convolutional neural network (CNN) to predict the joint locations and their confidence scores.
|
235 |
|