daerduoCarey / partnet_seg_exps

PartNet Shape Segmentation Experiments Code Repo
https://cs.stanford.edu/~kaichun/partnet/
Other
68 stars 13 forks source link

PointNet++ implementation/training details? #7

Open lodurality opened 5 years ago

lodurality commented 5 years ago

Hi, I am trying to reproduce semantic segmentation results for PointNet++ and I am getting slightly different results. Do you plan to release PointNet++ code?

If no, would kindly share details about the training procedure? Namely, did you use the constant learning rate or dropped it several times? What were data augmentation rotation ranges?

Thank you!

daerduoCarey commented 5 years ago

We will release the code for PointNet/PointNet++ later when Shilin, who did this part of experiments, return from his summer internship. Thank you!

AmrinKareem commented 12 months ago

Hi @daerduoCarey @lodurality did the Pointnet++ code get released? Looking forward to some experiments on it. Thank you!