Strawberry-Eat-Mango / PCT_Pytorch

Pytorch implementation of PCT: Point Cloud Transformer
MIT License
349 stars 84 forks source link

Can not reimplement the result with the same settings #20

Open ZrrSkywalker opened 3 years ago

ZrrSkywalker commented 3 years ago

Hi thanks so much for your excellent reimplementation, but I got the accuracy of 92.9% on modelnet40. My training settings are as follows, and I think it's the same as yours:

lr 0.0001, batch_size 32, epoch 250, useSGD, using I GPU Accuracy: 92.9%

NonoHh commented 3 years ago

Same with you, < 93.0%

Yi-Shi94 commented 2 years ago

Are you guys using the aligned version or the unaligned version of ModelNet40?

xiaohe3625 commented 1 year ago

Using GPU : 0 from 1 devices Test :: test acc: 0.932739, test avg acc: 0.899901

Stronger-Huang commented 11 months ago

Using GPU : 0 from 1 devices Test :: test acc: 0.932739, test avg acc: 0.899901

do you just inference with the checkpoint 'model.t7' the author gives?