HoyerChou commited on
Commit
e289b13
1 Parent(s): 3103b53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -16,4 +16,9 @@ Code link: https://github.com/hnuzhy/DirectMHP
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)
 
 
 
 
 
 
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)
20
+
21
+ # Single HPE datasets with YOLOv5+COCO format
22
+ * Resorted images used in our DirectMHP: [300W-LP.zip](./300W-LP.zip), [AFLW2000.zip](./AFLW2000.zip) and [BIWI_test.zip](./BIWI_test.zip).
23
+ * Resorted corresponding json files: [train_300W_LP.json](./train_300W_LP.json), [val_AFLW2000.json](./val_AFLW2000.json) and [BIWI_test.json](./BIWI_test.json).
24
+