File size: 2,038 Bytes
a53d60e
 
 
aa3b111
dd50bb7
 
 
c89fd9f
aa3b111
c89fd9f
aa3b111
c89fd9f
aa3b111
 
dd50bb7
c181fbb
 
 
aa3b111
dd50bb7
c181fbb
 
 
aa3b111
dd50bb7
c181fbb
 
 
dd50bb7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dabf926
dd50bb7
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
license: mit
---

# BPJDet

Pretrained models of our method **BPJDet**

Title: *Body-Part Joint Detection and Association via Extended Object Representation*

Paper link: https://arxiv.org/abs/2212.07652

Code link: https://github.com/hnuzhy/BPJDet

## Body-Face Task (trained on CrowdHuman)
* BPJDet-S --> [ch_face_s_1536_e150_best_mMR.pt](./ch_face_s_1536_e150_best_mMR.pt)
* BPJDet-M --> [ch_face_m_1536_e150_best_mMR.pt](./ch_face_m_1536_e150_best_mMR.pt)
* BPJDet-L --> [ch_face_l_1536_e150_best_mMR.pt](./ch_face_l_1536_e150_best_mMR.pt)

## Body-Hand Task (trained on BodyHands)
* BPJDet-S --> [bh_hand_s_1536_e100_best.pt](./bh_hand_s_1536_e100_best.pt)
* BPJDet-M --> [bh_hand_m_1536_e100_best.pt](./bh_hand_m_1536_e100_best.pt)
* BPJDet-L --> [bh_hand_l_1536_e100_best.pt](./bh_hand_l_1536_e100_best.pt)

## Body-Head Task (trained on CrowdHuman)
* BPJDet-S --> [ch_head_s_1536_e150_best_mMR.pt](./ch_head_s_1536_e150_best_mMR.pt)
* BPJDet-M --> [ch_head_m_1536_e150_best_mMR.pt](./ch_head_m_1536_e150_best_mMR.pt)
* BPJDet-L --> [ch_head_l_1536_e150_best_mMR.pt](./ch_head_l_1536_e150_best_mMR.pt)


***

# BPJDetPlus

Pretrained models of our method **BPJDetPlus** (the extended journal version of BPJDet)

Title: *BPJDet: Extended Object Representation for Generic Body-Part Joint Detection*

Paper link: https://arxiv.org/abs/2304.10765

Code link: https://github.com/hnuzhy/BPJDet/tree/BPJDetPlus

## Body-Parts Task (trained on COCOHumanParts)
* BPJDetPlus-S --> [hp_parts_s_1536_e150_best_mMR.pt](./hp_parts_s_1536_e150_best_mMR.pt)
* BPJDetPlus-M --> [hp_parts_m_1536_e150_best_mMR.pt](./hp_parts_m_1536_e150_best_mMR.pt)
* BPJDetPlus-L --> [hp_parts_l_1536_e150_best_mMR.pt](./hp_parts_l_1536_e150_best_mMR.pt)

## Body-Parts Task (trained on ContactHands)
* BPJDetPlus-S --> [ch_contact_s_1536_e100_best.pt](./ch_contact_s_1536_e100_best.pt)
* BPJDetPlus-M --> [ch_contact_m_1536_e100_best.pt](./ch_contact_m_1536_e100_best.pt)
* BPJDetPlus-L --> [ch_contact_l_1536_e100_best.pt](./ch_contact_l_1536_e100_best.pt)