I thought that only 3d joint coordinate x,y,z are needed to train model for 3d dateset,
But when I analyzed model.py, there are target_vis, target_have_depth for loss function.
@tkddnjs98 since several 3d human pose estimation repository or paper use 2d dataset, and they don'y have value such as z axis so this is the reason why they have these kinds of variable
I thought that only 3d joint coordinate x,y,z are needed to train model for 3d dateset, But when I analyzed model.py, there are target_vis, target_have_depth for loss function.
Can you explain what they are?