Sangminhong / ACL-SPC_PyTorch

Official implementation of the paper "ACL-SPC: Adaptive Closed-Loop system for Self-Supervised Point Cloud Completion" (CVPR 2023)
34 stars 5 forks source link

How could I train my own model? #6

Open YanlinWangWang opened 1 year ago

YanlinWangWang commented 1 year ago

Thank you for your work! Could you please explain how I can train my own model if I have some point cloud files? Or how should I handle other types of ShapeNet files? What does your "train.txt" file contain?

Sangminhong commented 1 year ago

Thank you for your work! Could you please explain how I can train my own model if I have some point cloud files? Or how should I handle other types of ShapeNet files? What does your "train.txt" file contain?

You can make a dataloader for your own dataset or other dataset that you want to train and run the train.py file. I think it will be easy if you modify the 'RealDataset.py' file. If you have more questions, feel free to ask.