charlesq34 / pointnet

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Training the new data using the trained model

breeze0512 opened this issue · comments

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?