BalanceStandard4941
BalanceStandard4941 t1_j3frfqe wrote
Because the points are not like pixels in a continuous space, pointnet first sample a few anchors from the point set. Then every anchor point will find their k nearest neighbor(like CNN works on windows of pixels). Then with shared MLP layers, point will now have higher dimension of latent features. Last, to aggregate features of local points, max-pooling will used on every group of points that we clustered previously.
This is one layer they called Set Abstraction layer. Which repeat for 4 times. After SA layers, Feature Propagation Layers can be used if ur task is segmentation, which just upsampling the points.
BalanceStandard4941 t1_iudduxz wrote
Reply to comment by BalanceStandard4941 in 1080ti to RTX 3090ti by jackhhchan
3090/ 3090ti Definitely worth the update
BalanceStandard4941 t1_iuddqc9 wrote
Reply to 1080ti to RTX 3090ti by jackhhchan
Imo 3090 is more than enough for personal use. For dense DL research, one 3090ti card won’t have visible difference than one 3090. Also 3090ti requires much higher total power supply(~1000 vs 3090: ~800).
BalanceStandard4941 t1_j3frjix wrote
Reply to comment by BalanceStandard4941 in What type of deep learning algorithm does pointnet++ use by reap-521
Btw, u can ask chatGPT, it will have more intuitive and accurate answers.