-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pretrained model #1
Comments
Pretrained Models under ModelNet40: https://drive.google.com/drive/folders/1OY1MOhmL56yUoVfXmLp1zZqIneN46dPd?usp=sharing |
Thanks for reply! |
@ashawkey you can get the evaluate code by modify the train code or you can follow the evaluation as in PointNet++ https://github.com/charlesq34/pointnet2/blob/master/evaluate.py. |
Thanks for sharing the codes of this brilliant work!
I have tried to run the code following the default settings but got slightly lower accuracy (~92.0%) in classification of ModelNet40 using the hdf5 data without normals, so I was wondering whether you could provide a pretrained model to reproduce the results listed in your paper?
Thanks a lot!
The text was updated successfully, but these errors were encountered: