HoyerChou commited on
Commit
8ed0d81
·
1 Parent(s): 6fce990

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ Pretrained models of our method **JointBDOE**
6
+
7
+ Title: *Joint Multi-Person Body Detection and Orientation Estimation via One Unified Embedding*
8
+
9
+ Paper link: https://arxiv.org/abs/2210.15586
10
+
11
+ Code link: https://github.com/hnuzhy/JointBDOE
12
+
13
+ # Joint Multi-Person Body Detection and Orientation Estimation Task (trained on COCO-MEBOW)
14
+ * JointBDOE-S --> [coco_s_1024_e500_t010_w005_best.pt](./coco_s_1024_e500_t010_w005_best.pt)
15
+ * JointBDOE-M --> [coco_m_1024_e500_t010_w005_best.pt](./coco_m_1024_e500_t010_w005_best.pt)
16
+ * JointBDOE-L --> [coco_l_1024_e500_t010_w005_best.pt](./coco_l_1024_e500_t010_w005_best.pt)
17
+