Pointnet2.PyTorch icon indicating copy to clipboard operation
Pointnet2.PyTorch copied to clipboard

why is network architecture different from original?

Open triple-tam opened this issue 5 years ago • 0 comments

Hi Shaoshaui,

Regarding the network architecture in your pytorch implementation. I noticed that in the SA and FP modules, the mlp / conv2d channel input and output dimensions differ from the dimensions used in the 'official' PointNet++ code by Charles Qi. Additionally, per SA layer, there are two SharedMLP's instead of one, as in Charles' code.

What are the reasons for the differences?

Thank you! Tam

triple-tam avatar Sep 10 '19 10:09 triple-tam