charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
Other
4.64k stars 1.44k forks source link

Training the new data using the trained model #285

Open breeze0512 opened 2 years ago

breeze0512 commented 2 years ago

I created a model capable of distinguishing 13 classes using Stanford data.

If I want to train another data additionally, can I update it using the trained model?

Or, do I need to create a new model after adding new data to collection_indoor3d_data -> gen_indoor3d_h5 like the existing training process?