xingyul / flownet3d

FlowNet3D: Learning Scene Flow in 3D Point Clouds (CVPR 2019)
MIT License
359 stars 83 forks source link

when to use mlp or mlp2? #20

Closed hehefan closed 4 years ago

hehefan commented 5 years ago

Hi,

I found mlp and mlp2 in the modules like pointnet_sa_module, set_upconv_module. Sometime mlp is [] while in other cases mlp2 is []. Is there any rule or do you have any suggestions about when to use them or not?

xingyul commented 4 years ago

mlp2 is the MLP layers used after max pooling. Whether and how to use them are simply architectural design choices.