ly015 / intrinsic_flow

Pytorch implementation of the CVPR 2019 paper Dense Intrinsic Appearance Flow for Human Pose Transfer.

Home Page:http://mmlab.ie.cuhk.edu.hk/projects/pose-transfer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the variable d?

cfanyyx opened this issue · comments

Thanks for sharing your brilliant codes.
Here is a question. What is the variable d in line 146 of 'data/pose_transfer_dataset.py'?

@cfanyyx "d" should be "joint_c_2", sorry for the typo.
Please also note that this code segment is for data augmentation, which is actually not used in our experiments. So its effect is unclear and may not be positive.