Colin97 / OpenShape_code

official code of “OpenShape: Scaling Up 3D Shape Representation Towards Open-World Understanding”
https://colin97.github.io/OpenShape/
Apache License 2.0
224 stars 15 forks source link

scaling up strategy #3

Closed Wolfwjs closed 1 year ago

Wolfwjs commented 1 year ago

Thank you so much for such a great job! I have noticed from your paper that scaling up has played a very important role.

May I ask what are the model parameters of SparseConv & PointBERT after scaling up and what is the scaling strategy in detail ?

Colin97 commented 1 year ago

Hi, thanks for your attention. Please refer to the supplementary materials for the details of scaling strategy (section 6.4).

For the model parameters of SparseConv & PointBERT, please check our code. Here are the commands for the two backbones:

python3 src/main.py --trail_name spconv_all python3 src/main.py --trail_name pointbert_all model.name=PointBERT model.scaling=4 model.use_dense=True training.lr=0.0005 training.lr_decay_rate=0.967