yuhsuanyeh / BiFuse

[CVPR2020] BiFuse: Monocular 360 Depth Estimation via Bi-Projection Fusion
MIT License
173 stars 28 forks source link

Numpy binary format to point cloud formats? #6

Open gateway opened 4 years ago

gateway commented 4 years ago

Thanks for providing the tools to convert this into a point cloud but it's limited to really only python programmers or Open3D. I use a free tool CloudCompare https://www.danielgm.net/cc/ or Meshlab to work with my point clouds. Is their any chance to convert to .ply format or any of the ones listed in this screen shot?

image

Any chance to get request/feature tags ?

gateway commented 4 years ago

image

HassanQayyum1993 commented 3 years ago

@gateway Did you manage to save the point cloud data in a file?

gateway commented 3 years ago

Unfortunately no πŸ˜•

worinima2010 commented 1 year ago

hello Can now be stored in the point cloud data

worinima2010 commented 1 year ago

ζŠ±ζ­‰δΈθ‘ŒπŸ˜• newtxt = np.hstack((pts,RGB)) np.savetxt("depth.txt",newtxt);