facebookresearch / DeepHandMesh

Official PyTorch implementation of "DeepHandMesh: A Weakly-Supervised Deep Encoder-Decoder Framework for High-Fidelity Hand Mesh Modeling," ECCV 2020
Other
96 stars 14 forks source link

Question about the parameter #5

Open Heycoli opened 3 years ago

Heycoli commented 3 years ago

in the file model.py, there are two variables, target_joint and mesh_refined_v.detach() at line 124 and 126. What are they? I don't seem to be able to find where they are defined

mks0601 commented 3 years ago

Sorry, I edited the codes.