Update README.md
Browse files
README.md
CHANGED
@@ -3,12 +3,11 @@
|
|
3 |
<img src="https://user-images.githubusercontent.com/24314647/236082274-b25a70c8-9267-4375-97b0-eddf60a7dfc6.png" width=375> easy_ViTPose
|
4 |
</p>
|
5 |
|
6 |
-
## Accurate 2d human pose estimation
|
7 |
### Easy to use SOTA `ViTPose` [Y. Xu et al., 2022] models for fast inference.
|
8 |
|
9 |
These are just the models, refer to https://github.com/JunkyByte/easy_ViTPose for the actual code.
|
10 |
|
11 |
-
|
12 |
| Models | Path |
|
13 |
| :----: | :----: |
|
14 |
| TORCH | [Folder](https://huggingface.co/JunkyByte/easy_ViTPose/tree/main/torch) |
|
@@ -18,7 +17,7 @@ These are just the models, refer to https://github.com/JunkyByte/easy_ViTPose fo
|
|
18 |
You can also download the YOLOv5 models:
|
19 |
| Models | Path |
|
20 |
| :----: | :----: |
|
21 |
-
|
|
22 |
|
23 |
### License
|
24 |
Refer to official https://github.com/ViTAE-Transformer/ViTPose/blob/main/LICENSE for model license
|
|
|
3 |
<img src="https://user-images.githubusercontent.com/24314647/236082274-b25a70c8-9267-4375-97b0-eddf60a7dfc6.png" width=375> easy_ViTPose
|
4 |
</p>
|
5 |
|
6 |
+
## Accurate 2d human and animal pose estimation
|
7 |
### Easy to use SOTA `ViTPose` [Y. Xu et al., 2022] models for fast inference.
|
8 |
|
9 |
These are just the models, refer to https://github.com/JunkyByte/easy_ViTPose for the actual code.
|
10 |
|
|
|
11 |
| Models | Path |
|
12 |
| :----: | :----: |
|
13 |
| TORCH | [Folder](https://huggingface.co/JunkyByte/easy_ViTPose/tree/main/torch) |
|
|
|
17 |
You can also download the YOLOv5 models:
|
18 |
| Models | Path |
|
19 |
| :----: | :----: |
|
20 |
+
| YOLOv8 | [Folder](https://huggingface.co/JunkyByte/easy_ViTPose/tree/main/yolov8) |
|
21 |
|
22 |
### License
|
23 |
Refer to official https://github.com/ViTAE-Transformer/ViTPose/blob/main/LICENSE for model license
|