mateuszwyszynski / PoseNDF

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

stopping projection based on distance #20

Closed mateuszwyszynski closed 6 months ago

mateuszwyszynski commented 6 months ago

Currently the projection algorithm performs a number of iterations (determined by the iterations parameter). It would be useful to have another parameter which allows to stop the projection algorithm only after the specified distance is reached. This will allow to have better control over the quality of projection.