mateuszwyszynski / PoseNDF

Implementation of Pose-NDF: Modeling Human Pose Manifolds with Neural Distance Fields
Other
0 stars 0 forks source link

check version1 pretrained model from original paper #9

Open mateuszwyszynski opened 6 months ago

mateuszwyszynski commented 6 months ago

In the original version of the code, two pretrained models were shared under this link: version1 and version2. For the first version there is no config file, so for now I was able to check only how the second version works. Maybe one can extract the configuration of the first version from the model checkpoint and then we will be able to test the first version as well.