mateuszwyszynski / PoseNDF

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

projection feature in viser #13

Open mateuszwyszynski opened 6 months ago

mateuszwyszynski commented 6 months ago

Currently we can upload and then visualize a trajectory of consecutive poses inside viser. Hence we can save consecutive steps of the projection algorithm and then visualize this trajectory. This was introduce with #12.

I believe it would be helpful to be able to specify a pose inside viser and then run the projection algorithm there. For example, one can choose random values on joints (already implemented) and project the respective pose onto the manifold of plausible poses. This will give us an easy way of visually evaluating the effectiveness of the projection algorithm.