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
Have this in my jabphd repo - basic use case is you need to render out a whole load of similar meshes with same camera setup:
fig=mlab.figure()
set_camera(fig, nice_pose_camera)
# render_function shows the mesh and returns a function that will update the view# for new mesh dataupdate=render_mesh(mean)
mlab.safefig(...)
formeshinmeshes_to_visualize:
update(mesh)
mlab.safefig(...)
Issue is it takes something OOP ATM in menpo (per-mesh visualizer) and changes it to persist for many meshes.
The text was updated successfully, but these errors were encountered:
Have this in my jabphd repo - basic use case is you need to render out a whole load of similar meshes with same camera setup:
Issue is it takes something OOP ATM in menpo (per-mesh visualizer) and changes it to persist for many meshes.
The text was updated successfully, but these errors were encountered: