MenghaoGuo / PCT

Jittor implementation of PCT:Point Cloud Transformer
654 stars 80 forks source link

The performance of segmentation #12

Open tegusi opened 3 years ago

tegusi commented 3 years ago

Thank you for sharing model code selflessly! Recently I have reproduced the segmentation based on provided seg code, however the class mean IoU is only 78.8%. Could you please offer some suggestions?

MenghaoGuo commented 3 years ago

Hi, Could you provide training config and training log ? Now, i do not know which make the performance drop.

tegusi commented 3 years ago

I use the same training pipeline as https://github.com/yanx27/Pointnet_Pointnet2_pytorch, only modify the network structure to PCT. I wonder if the data augmentation influences the performance?

tegusi commented 3 years ago

Hi, I wonder if you have prepared to release the complete code, especially in segmentation? Thanks!

MenghaoGuo commented 3 years ago

The paper is under review,we will release part of the segmentation code if it is accepted.

Trzyh commented 2 years ago

Hi, I wonder if you have prepared to release the complete code, especially in segmentation? Thanks!