qinglew / PCN-PyTorch

Implementation of PCN(Point Completion Network) in PyTorch.
141 stars 33 forks source link

Train on custom complex dataset #8

Closed davodogster closed 2 years ago

davodogster commented 3 years ago

Hi has anyone been able to train PCN-PyTorch on their own custom dataset? If so, which categories and how well did it perform? Which part of the code needs to be modified? I want to train it to do completion of dense pointclouds of individual trees.

qinglew commented 2 years ago

You need to modify the dataset loader.