You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thanks for the great project. My question is how to get the resultant control points after training? I want to visualize them on the canonical space.
The text was updated successfully, but these errors were encountered:
and export them as point cloud by writing some codes (e.g import trimesh;trimesh.Trimesh(verts=nodes[..., :3].detach().cpu().numpy()).export('control_points.ply')). Please remember to load the checkpoint before doing that. : )
Hello! Thanks for the great project. My question is how to get the resultant control points after training? I want to visualize them on the canonical space.
The text was updated successfully, but these errors were encountered: