kargarisaac/PointNet-SemSeg-VKITTI3D

can i run python train.py instead of python main.ipynb to train the pointnet on vkitti?

Opened this issue · 2 comments

Hello,thanks for your great work ,can i run python train.py instead of python main.ipynb to train the pointnet on vkitti?

As I remember, they are the same. train.py is not for vkitti. You need to do small modifications to run it on vkitti but the general structure is the same.

Hi @kargarisaac ,
I am trying to train my model using Virtual kitti dataset. Could you kindly let me know what are all those small modifications that has to be made when using vkitti.

I tried using the training file in the Exploring Spatial Context for 3D Semantic Segmentation of Point Clouds paper, I had an issue in evaluation one epoch() during training where it fails as it cannot get the test files from the general_dataset.py during training.

It would be of great help if you could let us know those changes to make when using vkitti

Thanks
Balaji Gobinathan