You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to run a simple example with this framework, that means I input a point cloud and the output is the label file. But I was confused how to do this. The scripts "sem3d_gen_images.py", "sem3d_test_backproj.py" and "sem3d_train.py" seem like they will load some models to train a network. So, how to use the pre-trained weights to run a simple example? Thank you very much!
The text was updated successfully, but these errors were encountered:
The sem3d_gen_images.py script should not load a new model.
I think you can apply the procedure to train on your file if it is in the Semantic3D format. You just need to change the filenames in the scripts accordingly.
You still can apply the pretrained weights but you need to generate the images before.
I want to run a simple example with this framework, that means I input a point cloud and the output is the label file. But I was confused how to do this. The scripts "sem3d_gen_images.py", "sem3d_test_backproj.py" and "sem3d_train.py" seem like they will load some models to train a network. So, how to use the pre-trained weights to run a simple example? Thank you very much!
The text was updated successfully, but these errors were encountered: