Submitted by reap-521 t3_10631l0 in deeplearning
Apologies correct me if my question makes no sense, I'm a medical doctor so completely out of my depth with a project I am writing. What frameworks does pointnet++ use apart from CNN? I read it was CNN but can see it uses point cloud spatial data which would require something else? Pls explain in simple terms if possible thank you!
suflaj t1_j3eoh9u wrote
Depends on what model you mean. From a quick glance it seems to be a very generic convolutional network with some linear layers. Type of stuff you'd create in an introductory DL course.