Update README.md
Browse files
README.md
CHANGED
@@ -14,9 +14,9 @@ tags:
|
|
14 |
Please see [Shaokai Ye et al. 2023](https://arxiv.org/abs/2203.07436) for details.
|
15 |
|
16 |
• The there are three models:
|
17 |
-
-
|
18 |
-
-
|
19 |
-
-
|
20 |
|
21 |
• Full training details can be found in Ye et al. 2023.
|
22 |
You can use the pose_model and detector simply with our light-weight loading package called [DLCLibrary](https://github.com/DeepLabCut/DLClibrary).
|
|
|
14 |
Please see [Shaokai Ye et al. 2023](https://arxiv.org/abs/2203.07436) for details.
|
15 |
|
16 |
• The there are three models:
|
17 |
+
- `pose_model.pth` is an HRNet-w32 compatable for DLC3.0+ Pytorch code, trained on our Quadruped-80K dataset.
|
18 |
+
- `detector.pt` is a Faster R-CNN that can be used as a detector for top-down detection.
|
19 |
+
- `hrnet_w32_quadruped80k.pth` is an HRNet-w32 trained with mmpose on our Quadruped-80K dataset.
|
20 |
|
21 |
• Full training details can be found in Ye et al. 2023.
|
22 |
You can use the pose_model and detector simply with our light-weight loading package called [DLCLibrary](https://github.com/DeepLabCut/DLClibrary).
|