Tai-Hsien / PointNet_Seg

PyTorch version of PointNet for segmentation of tooth models (point cloud). The code also includes visdom for training visualization.
15 stars 8 forks source link

How can I achieve it on my custom dataset? #3

Open bwlstart opened 2 years ago

bwlstart commented 2 years ago

Hello,I am really interested in your Code and I'm a beginner in segmentation in 3D point cloud intra-oral scans of teeth. I have a dataset now and I hope to run your code or model. Could you give me more details about how to achieve it ? I will appreciate it if you can reply.

Tai-Hsien commented 2 years ago

Hello, I barely maintain this repo. However, if you're interested in segmentation in 3d point, you can see my another repo: https://github.com/Tai-Hsien/MeshSegNet. The structure of codes are almost the same but with different networks (PointNet vs MeshSegNet).

bwlstart commented 2 years ago

Hello, I barely maintain this repo. However, if you're interested in segmentation in 3d point, you can see my another repo: https://github.com/Tai-Hsien/MeshSegNet. The structure of codes are almost the same but with different networks (PointNet vs MeshSegNet).

OK, I will try. Thanks for your reply.