OpenRobotLab / PointLLM

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

Transfer the .npy data to .obj #12

Closed co1one closed 6 months ago

co1one commented 7 months ago

Thanks for your great work!

May i ask how to use transfer the .npy data to .obj or other format that easy to render and load to simulator?

RunsenXu commented 6 months ago

Hi,

Thanks for your question. Our .npy data are from the Objaverse dataset, which provides .obj format. You may check Objaverse's official website.

Best, Runsen