Official code of The Devil is in the Details: Delving into Unbiased Data Processing for Human Pose Estimation
307
stars
54
forks
source link
Can you give some explanation on apply affine transform, i.e, the use of get_warpmatrix and warpAffine? #42
Open
shizidushu opened 2 years ago
For the two lines: https://github.com/HuangJunJie2017/UDP-Pose/blob/096fa07c9b338567973210e9c9dd7fe456e87a5b/deep-high-resolution-net.pytorch/lib/dataset/JointsDataset.py#L213-L214
Can you give some explanation on it?
c*2
(why multiply by 2)?Thank you very much.