WangYueFt / dgcnn

MIT License
1.62k stars 420 forks source link

pytorch part segmentation #68

Open sank96 opened 3 years ago

sank96 commented 3 years ago

I noticed that in pytorch the part segmentation implementation is missing, instead in tensor flow there is a folder with the code.

akashaero commented 3 years ago

You can use this repo for pytorch part segmentation based on this paper (https://github.com/AnTao97/dgcnn.pytorch).