Pointcept / GPT4Point

[CVPR'24 Highlight] GPT4Point: A Unified Framework for Point-Language Understanding and Generation.
https://gpt4point.github.io/
MIT License
304 stars 19 forks source link

About the annotation datasets #19

Closed gentlefress closed 4 months ago

gentlefress commented 4 months ago

Dear author,

This is a great work! And I have a question: how can I get the annotation datasets, such as cap3d_caption_train.json.

Qi-Zhangyang commented 4 months ago

You can run the code directly and it will be downloaded automatically through the hugging face.

Of course, you can download it through hugging face mannually.

gentlefress commented 4 months ago

Thank you for the answer!

gentlefress commented 4 months ago

Sorry. I can't download cap3d_caption_train.json with some mistakes, can you share a file or a link?

Qi-Zhangyang commented 4 months ago

https://huggingface.co/datasets/alexzyqi/GPT4Point

This is the link to download.

On Sun, May 5, 2024 at 4:02 PM keycharon @.***> wrote:

Sorry. I can't download cap3d_caption_train.json with some mistakes, can you share a file or a link?

— Reply to this email directly, view it on GitHub https://github.com/Pointcept/GPT4Point/issues/19#issuecomment-2094674299, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWVKZMOSKS5PISQXV62Y2L3ZAXRSNAVCNFSM6AAAAABG5YIJMSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJUGY3TIMRZHE . You are receiving this because you modified the open/close state.Message ID: @.***>

gentlefress commented 4 months ago

Thanks

gentlefress commented 3 months ago

Hi author, did you release the evaluation code of zero-shot classification and point-text retrieval?