mkocabas / EpipolarPose

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

A question about self-supervision #41

Open luoyehuanlaiyiji opened 3 years ago

luoyehuanlaiyiji commented 3 years ago

Maybe just run python file train.py(python scripts/train.py --cfg experiments/h36m/train-ss.yaml) is wrong, because I did not find the dataloader use the function self_supervision in img_utils.py. So how to fix it? Thank you!

avinres commented 2 years ago

@luoyehuanlaiyiji

Did you find anything? I am also stuck to same point.

JiatengLiu commented 11 months ago

@luoyehuanlaiyiji @avinres @mkocabas This seems to be because the file is not labeled by a dict classified by camera, or the author has not published self-supervised code. Have you solved the problem?