pointnet.pytorch
pointnet.pytorch copied to clipboard
How to use the model
python train_ classification.py .After getting the model cls_model_XXX.pth, how to use the model to test ?Thanks!
@lwbdegit did you try show_cls.py for the classification?
python train_ classification.py .After getting the model cls_model_XXX.pth, how to use the model to test ?Thanks!
Component segmentation: how to test the model with unmarked data?