matheusgadelha / MRTNet

Code for Multiresolution Tree Networks for 3D Point Cloud Processing (ECCV 2018)
44 stars 6 forks source link

How to get the point cloud data #6

Closed peterjohnsonhuang closed 5 years ago

peterjohnsonhuang commented 5 years ago

First, thanks for the contribution. I am a beginner of point cloud dataset, so I had trouble about how to get them, since the readme.md only mentioned about the rendered image. Thank you.

matheusgadelha commented 5 years ago

You can sample points from any mesh using the program in the sampler folder. Then, given a dataset with meshes (like ShapeNet) you can generate your own point cloud dataset.