ajhamdi / MVTN

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

Input points for Classification (1k or 2k) ? #7

Closed sheshap closed 2 years ago

sheshap commented 2 years ago

Can you please confirm if the classification results are using 2048 input points instead of 1024 points?

Not clear from the tables (mainly because results of previous models are based on 1024 input points).

Kindly share the results of classification with 1024 points or provide exact commands and configurations to recreate the results.

Thanks in advance

ajhamdi commented 2 years ago

@sheshap for the ModelNet40 datasets , please use mesh rendering ( not point cloud rendering, as detailed in the paper) for the scanobjectNN dataset, the default is 2048 points. Please check the paper for more details