charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Other
4.64k stars 1.45k forks source link

How to apply Pointnet to dataset with 4 features #244

Open lerachel opened 4 years ago

lerachel commented 4 years ago

Dear PointNet team,

I'm applying PointNet to my dataset, Cryo-EM maps with xyz coordinates and density values. Your model applies to 3D points. My dataset has 4 features (xyz coordinates + density values) instead of 3 and I keep getting shape mismatched error. How do you modify the layers in your model to match different dataset's # features, especially the transformation net?

Thank you very much!

Rachel

piyushsingh2k7 commented 2 years ago

i am also looking forward to get the informtion