ZiyuGuo99 / Point-Bind_Point-LLM

Align 3D Point Cloud with Multi-modalities for Large Language Models
MIT License
400 stars 31 forks source link

The points' format #7

Closed Marmiya closed 10 months ago

Marmiya commented 10 months ago

There are airplane.pt, examples/car.pt, and examples/toilet.pt in the example. But I have never seen this format of point cloud. How can I test my own point clouds?

ZiyuGuo99 commented 10 months ago

@Marmiya Thanks for your interest in our work. You can indeed evaluate your own point clouds by utilizing the data loading code specific to your data format. For reference, you can check line 165 in this file of Point-LLM.

Marmiya commented 10 months ago

Thanks for your reply. Good work :D