Point-Transformers
Point-Transformers copied to clipboard
Implementation of Semantic Segmentation S3DIS
@qq456cvb How to train a model for semantic segmentation (eg. S3DIS) ? Can we use codes for part segmentation? Thanks!!
@qq456cvb How to train a model for semantic segmentation (eg. shapenet)
@jinghere11 What I did for semantic segmentation is take the partseg model code (Hengshuang) and apply it here https://github.com/yanx27/Pointnet_Pointnet2_pytorch/blob/master/train_semseg.py I only need to change few lines of code