qq456cvb / Point-Transformers

Point Transformers
MIT License
609 stars 102 forks source link

how to reproduce the classification results #23

Open M-leng opened 2 years ago

M-leng commented 2 years ago

I trained the Hengshuang's model. Under the default setting, I only got 89.7177 (instance average Acc). How to reproduce the result "91.7" listed in the table. image

qq456cvb commented 2 years ago

Hi, Leng, you may look at the issue #13, and use the hyperparameters there. See if you can reproduce the results.

yuchenlichuck commented 2 years ago

Hi, Leng, I found that I used the pre-trained model to achieve 91.7%

MikailINTech commented 2 years ago

Hello, I have to study the point transformer from Hengshuang for a project so I wanted to reproduce the classification results. I cloned the repo and executed the code but it looks like the model cannot go beyond 50% of accuracy (I tried to run it up to 120 epochs with the same config). Did anyone had the same problem ?

agoodge commented 10 months ago

Hi, Leng, I found that I used the pre-trained model to achieve 91.7%

Where is the pre-trained model available?