HoyerChou commited on
Commit
2e2aa65
1 Parent(s): 5f03c12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ Pretrained models of our method **DirectMHP**
6
+
7
+ Title: *DirectMHP: Direct 2D Multi-Person Head Pose Estimation with Full-range Angles*
8
+
9
+ Paper link: https://arxiv.org/abs/2302.01110
10
+
11
+ Code link: https://github.com/hnuzhy/DirectMHP
12
+
13
+ # Mulit-Person Head Pose Estimation Task (trained on CMU-HPE)
14
+ * DirectMHP-S --> [cmu_s_1280_e200_t40_lw010_best.pt](./cmu_s_1280_e200_t40_lw010_best.pt)
15
+ * DirectMHP-M --> [cmu_m_1280_e200_t40_lw010_best.pt](./cmu_m_1280_e200_t40_lw010_best.pt)
16
+
17
+ # Mulit-Person Head Pose Estimation Task (trained on AGORA-HPE)
18
+ * DirectMHP-S --> [agora_s_1280_e300_t40_lw010_best.pt](./agora_s_1280_e300_t40_lw010_best.pt)
19
+ * DirectMHP-M --> [agora_m_1280_e300_t40_lw010_best.pt](./agora_m_1280_e300_t40_lw010_best.pt)