ajhamdi / MVTN

pytorch implementation of the ICCV'21 paper "MVTN: Multi-View Transformation Network for 3D Shape Recognition"
98 stars 9 forks source link

I can't get the accuracy in the paper #13

Closed liuyuanqing closed 2 years ago

liuyuanqing commented 2 years ago

In paper,MVTN using resnet18 can get the accuracy of 90% on ModelNet40 test. I can only get 78% accuracy.My command is python run_mvtn.py --data_dir data/ModelNet40/ --run_mode train --mvnetwork mvcnn --nb_views 8 --views_config learned_spherical

auniquesun commented 1 year ago

In paper,MVTN using resnet18 can get the accuracy of 90% on ModelNet40 test. I can only get 78% accuracy.My command is python run_mvtn.py --data_dir data/ModelNet40/ --run_mode train --mvnetwork mvcnn --nb_views 8 --views_config learned_spherical

Have you reproduced the results reported in this paper?

LinyeLi60 commented 1 year ago

Why close this issue, I also cannot reproduce the results.