mwmathis commited on
Commit
0bed2fb
1 Parent(s): 9850fa6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -32,16 +32,20 @@ download_huggingface_model("superanimal_quadruped", model_dir)
32
  ## Intended Use
33
  • Intended to be used for pose estimation of quadruped images taken from side-view. The model serves a better starting
34
  point than ImageNet weights in downstream datasets such as AP-10K.
 
35
  • Intended for academic and research professionals working in fields related to animal behavior, such as neuroscience
36
  and ecology.
 
37
  • Not suitable as a zeros-shot model for applications that require high keypiont precision, but can be fine-tuned with
38
  minimal data to reach human-level accuracy. Also not suitable for videos that look dramatically different from those
39
  we show in the paper.
40
- Factors
 
 
41
  • Based on the known robustness issues of neural networks, the relevant factors include the lighting, contrast and
42
  resolution of the video frames. The present of objects might also cause false detections and erroneous keypoints.
43
  When two or more animals are extremely close, it could cause the top-down detectors to only detect only one animal,
44
- if used without further fine-tuning or with a method such as BUCTD (36).
45
 
46
  ## Metrics
47
  • Mean Average Precision (mAP)
 
32
  ## Intended Use
33
  • Intended to be used for pose estimation of quadruped images taken from side-view. The model serves a better starting
34
  point than ImageNet weights in downstream datasets such as AP-10K.
35
+
36
  • Intended for academic and research professionals working in fields related to animal behavior, such as neuroscience
37
  and ecology.
38
+
39
  • Not suitable as a zeros-shot model for applications that require high keypiont precision, but can be fine-tuned with
40
  minimal data to reach human-level accuracy. Also not suitable for videos that look dramatically different from those
41
  we show in the paper.
42
+
43
+ ## Factors
44
+
45
  • Based on the known robustness issues of neural networks, the relevant factors include the lighting, contrast and
46
  resolution of the video frames. The present of objects might also cause false detections and erroneous keypoints.
47
  When two or more animals are extremely close, it could cause the top-down detectors to only detect only one animal,
48
+ if used without further fine-tuning or with a method such as BUCTD (Zhou et al. 2023 ICCV).
49
 
50
  ## Metrics
51
  • Mean Average Precision (mAP)