yangyangyang127 / PointCLIP_V2

[ICCV 2023] PointCLIP V2: Prompting CLIP and GPT for Powerful 3D Open-world Learning
MIT License
225 stars 13 forks source link

About GPUs and training time #2

Closed eine-kenta closed 1 year ago

eine-kenta commented 1 year ago

Hi, I am very interested in your research.

Could you tell me what GPUs you used and how long the training took?

yangyangyang127 commented 1 year ago

Dear eine-kenta,

We use one NVIDIA RTX A6000 GPU with 48G memory. But the code only consumes <10G memory.

We provide the code of the zero-shot classification and segmentation task, and no training time is needed.

Xiangyang Zhu