OpenRobotLab / PointLLM

[ECCV 2024] PointLLM: Empowering Large Language Models to Understand Point Clouds
https://runsenxu.com/projects/PointLLM
450 stars 22 forks source link

About the dataset #25

Closed Qifeng-Wu99 closed 3 months ago

Qifeng-Wu99 commented 3 months ago

Hello,

Thanks for the fantastic work.

I would like to know how the the dataset containing uniformly sampled points is created.

I took a look at the mesh objects in objaverse and noticed that the mesh was not uniformly distributed, meaning that if we only sample the vertices of the meshes to point clouds, the point clouds will also be non-uniform.

I will appreciated if authors could show me some related instructions, code scripts, etc.

Thanks in advance

RunsenXu commented 3 months ago

Hi, you may refer to https://github.com/crockwell/Cap3D/ for the point cloud generation, which I believe uses codes from Point-E. We use the point cloud generated from Cap3D.

RunsenXu commented 3 months ago

Hi, is there anything I can help with?