Closed ankitatiisc closed 2 years ago
Hi @ankitatiisc, We do not have an API for mesh retrieve, perhaps you can feed the image into our pretrained model to get the 3D mesh.
@chaneyddtt Similar to your Visualizer.generate_output_figures_v2 function; is there function to directly save mesh in the .ply format ? Sorry for not asking this question directly earlier.
For visualization, you can use trimesh and pyrender, here is an example: Alternatively, you can also use the plotly.graph_objects to visualize the mesh. The export() function in Trimesh can be used to save mesh data.
Thanks!
Hi authors, Is there some API to retrieve the 3D mesh in .ply and .obj format in your method ?