mkocabas / EpipolarPose

Self-Supervised Learning of 3D Human Pose using Multi-view Geometry (CVPR2019)
Other
594 stars 97 forks source link

whether to use camera information in fully-supervise training #23

Closed yuzhenbo closed 4 years ago

yuzhenbo commented 4 years ago

Can you use camera information like intrinsic parameters in fully supervised training, it seems that you do not use any camera information.

However, you say you use GT intrinsinc camera paremeters in fc-train, i do not found any camera parameters can be used in either training process or valid process.

Btw, i found there is no different between integral loss and fc-train in this paper. Am i right?

mkocabas commented 4 years ago

The training protocol is identical to integral loss, there is no difference. Hence we follow the same exact procedure.