zhiqiangdon / pose-adv-aug

Code for "Jointly Optimize Data Augmentation and Network Training: Adversarial Data Augmentation in Human Pose Estimation" (CVPR 2018)
Apache License 2.0
84 stars 14 forks source link

use another baseline like openpose? #4

Open Keysmis opened 5 years ago

Keysmis commented 5 years ago

你好,我的baseline是openpose,我想使用您的方法来进行对coco的自动的数据增强,请问您这个代码好移植吗?

zhiqiangdon commented 5 years ago

Hi @Keysmis,

The adversarial data augmentation is a general method. It can improve the performance of different human pose estimators. I think you can replace the hourglass networks in the model definition with the conv-pose-machine networks.