Point-Transformers icon indicating copy to clipboard operation
Point-Transformers copied to clipboard

Implementation of Semantic Segmentation S3DIS

Open aldinorizaldy opened this issue 2 years ago • 2 comments

@qq456cvb How to train a model for semantic segmentation (eg. S3DIS) ? Can we use codes for part segmentation? Thanks!!

aldinorizaldy avatar Aug 09 '23 11:08 aldinorizaldy

@qq456cvb How to train a model for semantic segmentation (eg. shapenet)

jinghere11 avatar Sep 13 '23 02:09 jinghere11

@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

aldinorizaldy avatar Oct 10 '23 10:10 aldinorizaldy