Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I run a simple example with this framework? #20

Open
linlinge opened this issue Aug 10, 2020 · 1 comment
Open

How can I run a simple example with this framework? #20

linlinge opened this issue Aug 10, 2020 · 1 comment

Comments

@linlinge
Copy link

linlinge commented Aug 10, 2020

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!

@aboulch
Copy link
Owner

aboulch commented Sep 2, 2020

Hello,

  • 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants