baaivision / Uni3D

[ICLR'24 Spotlight] Uni3D: 3D Visual Representation from BAAI
MIT License
485 stars 28 forks source link

That's a so great work,but i have a some questions? #1

Closed xzr52 closed 1 year ago

xzr52 commented 1 year ago

1.How to perform cross-modal retrieval? 2.Do you need to download the complete data set? 3.How long does it take? I am a beginner and asked some basic questions. I would be very grateful if you could answer me。

mabaorui commented 1 year ago

We appreciate your interest.

  1. For details on cross-modal retrieval, please refer to section 4.6 of this paper.
  2. You will need to prepare a complete 3D database for retrieval.
  3. Retrieval time is directly proportional to the number of 3D models in the database.
junshengzhou commented 1 year ago

I am closing this issue. If you have any more questions, please feel free to reopen it or create new issues. :)

foocker commented 9 months ago

We appreciate your interest.

1. For details on cross-modal retrieval, please refer to section 4.6 of this paper.

2. You will need to prepare a complete 3D database for retrieval.

3. Retrieval time is directly proportional to the number of 3D models in the database.

the format of the dataset must be point cloud? if mesh, we should transform mesh to point cloud?