Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -5,6 +5,13 @@ tags:
5
  - pose_estimation
6
  ---
7
 
 
 
 
 
 
 
 
8
  Copyright 2021-2023 by Mackenzie Mathis, Alexander Mathis, Shaokai Ye and contributors. All rights reserved.
9
 
10
  - Non-commercial use only is permitted
@@ -12,4 +19,12 @@ Copyright 2021-2023 by Mackenzie Mathis, Alexander Mathis, Shaokai Ye and contri
12
  - If this license is not suitable for your business or project
13
  please contact EPFL-TTO (https://tto.epfl.ch/) for a full commercial license.
14
 
15
- This software may not be used to harm any animal deliberately.
 
 
 
 
 
 
 
 
 
5
  - pose_estimation
6
  ---
7
 
8
+
9
+ # Model description
10
+
11
+ SuperAnimal-Quadruped is a model based on DLCRNet-ms5 (https://www.nature.com/articles/s41592-022-01443-0). The model has been trained with 40K quadruped images from publicly available quadruped images.
12
+
13
+ Based on panoptic pose estimation formulation and rich training datasets, the model is able to predict many more keypoints than common human keypoints.
14
+
15
  Copyright 2021-2023 by Mackenzie Mathis, Alexander Mathis, Shaokai Ye and contributors. All rights reserved.
16
 
17
  - Non-commercial use only is permitted
 
19
  - If this license is not suitable for your business or project
20
  please contact EPFL-TTO (https://tto.epfl.ch/) for a full commercial license.
21
 
22
+ This software may not be used to harm any animal deliberately.
23
+
24
+ # Limitations and bias
25
+
26
+ Because most quadruped in images appear in side-view and front-view, the model might have performance degradation in the back-view due to lack of training data.
27
+
28
+ The model can have sub-optimal performance if the image is not resized properly as the model is fit to a certain image size (empirically, smaller than 1500 pixels).
29
+
30
+