li-haoran
Results
2
issues of
li-haoran
i implement the heatmap and paf generate as operators. https://github.com/li-haoran/mxnet-cmu_pose, and implement some image data augmentations method. and train with different lr_mult. now noly on the MPII, and the train...
``` def get_rifke(positions): '''Local pose''' positions[..., 0] -= positions[:, 0:1, 0] positions[..., 2] -= positions[:, 0:1, 2] '''All pose face Z+''' positions = qrot_np(np.repeat(r_rot[:, None], positions.shape[1], axis=1), positions) return positions...