Skip to content

Commit c150fe6

Browse files
authored
Added new open pose model
1 parent 321dc26 commit c150fe6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@ All inputs are RGB images, outputs are heatmaps and part affinity fields (PAFs)
170170

171171
![](Images/pose_workflow.png)
172172

173-
| Network | Size (MB)| Location|
174-
| ------------- | ------------- |------------- |
175-
| [OpenPose](https://www.mathworks.com/help/deeplearning/ug/estimate-body-pose-using-deep-learning.html) | 14 | [Doc](https://www.mathworks.com/help/deeplearning/ug/estimate-body-pose-using-deep-learning.html) |
173+
| Network | Backbone Networks | Size (MB)| Location|
174+
| ------------- | -------------| ------------- |------------- |
175+
| [OpenPose](https://www.mathworks.com/help/deeplearning/ug/estimate-body-pose-using-deep-learning.html) | vgg19 | 14 | [Doc](https://www.mathworks.com/help/deeplearning/ug/estimate-body-pose-using-deep-learning.html) |
176+
| [HR Net](https://www.mathworks.com/help/vision/ref/hrnetobjectkeypointdetector.html) | human-full-body-w32<br />human-full-body-w48 | 106.9<br />237.7 | [Doc](https://www.mathworks.com/help/vision/ref/hrnetobjectkeypointdetector.html) |
176177

177178
[Back to top](https://github.com/matlab-deep-learning/MATLAB-Deep-Learning-Model-Hub#matlab-deep-learning-model-hub)
178-
179179
## 3D Reconstruction <a name="3DReconstruction"/>
180180

181181
3D reconstruction is the process of capturing the shape and appearance of real objects.

0 commit comments

Comments
 (0)