pointnet.pytorch icon indicating copy to clipboard operation
pointnet.pytorch copied to clipboard

STN shouldn't be used for semantic segmentation

Open sidml opened this issue 5 years ago • 3 comments

Hi. I see that in this repo, STN is used for semantic segmentation case also. According to the author, for semantic segmentation T-Net mayn't be able to find a canonical pose, so TNet is not recommended. Please see this issue for more details.

sidml avatar Jun 16 '20 07:06 sidml

In the example I used it for object part segmentation so T-net is still relevant. If you use it for segmentation for point cloud in the wild feel free to adapt it and remove T-net

fxia22 avatar Jun 16 '20 07:06 fxia22

Thanks. For object part segmentation, does T-Net seem to improve performance (compared to network without it) ?

sidml avatar Jun 16 '20 07:06 sidml

Hello, can we use the train_segmentation.py to complete semantic segmentation?

lllmmmwww avatar Jan 18 '21 12:01 lllmmmwww