charlesq34 / pointnet2

PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
Other
3.14k stars 901 forks source link

classification accuracy on modelnet40? #43

Open lixiang-ucas opened 6 years ago

lixiang-ucas commented 6 years ago

I test the performance using the default parameters on modelnet40 classification task, and got an overall accuracy of 90.4%, but the reported is 90.7%. (with msg model)

lixiang-ucas commented 6 years ago

the last checkpoint model doesn't perform the best, 90.4% was reached with 65 epoches.

ljjyxz123 commented 6 years ago

Are you using MRG (multi-resolution grouping) method mentioned in the paper? @lixiang-ucas