pablovela5620 / monoprior

32 stars 0 forks source link

save as .ply #2

Closed C00reNUT closed 3 months ago

C00reNUT commented 3 months ago

Hello, do you think it is possible to save the results as ply model?

pablovela5620 commented 3 months ago

It is definintely possible! I don't currently have that functionality but you could use something like https://trimesh.org/ to save the output pointcloud from here https://github.com/pablovela5620/monoprior/blob/2c6c8e026a1fa6659cbe1b9ea8ad07ebf08abdfe/monopriors/depth_utils.py#L103

C00reNUT commented 3 months ago

thank you I will try!