zyh16143998882 / ICCV23-IDPT

The code for the paper "Instance-aware Dynamic Prompt Tuning for Pre-trained Point Cloud Models" (ICCV'23).
107 stars 1 forks source link

Frozen cls_token #10

Open gyjung975 opened 2 weeks ago

gyjung975 commented 2 weeks ago

Hi, Thanks for your great work! image

I have a question about Figure 2 in main paper. According to the code, cls_token is learnable, but it is marked frozen in the figure.

Which one is correct?

zyh16143998882 commented 2 weeks ago

I apologize for the delayed response due to my recent busy schedule. Thank you for carefully reviewing our paper. The cls_token should be learnable, and there are minor labeling issues with our images. However, this does not affect our conclusions, so please prioritize our code.