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 to predict using trained model? #3

Open
zdkstdio opened this issue Dec 19, 2023 · 2 comments
Open

How to predict using trained model? #3

zdkstdio opened this issue Dec 19, 2023 · 2 comments

Comments

@zdkstdio
Copy link

I trained a model using the s3dis dataset out, but I see that the prediction asks for a .ply file, I don't know where this file comes from and what format is requested

@lucagrementieri
Copy link
Contributor

The PLY format is a common format for meshes and point clouds, see https://en.wikipedia.org/wiki/PLY_(file_format).
The original S3DIS dataset comes in this format.

In the Download section of the page http://buildingparser.stanford.edu/dataset.html, you can find the instructions to download the S3DIS dataset in the original format (it involves filling in a form to request the dataset).

@zdkstdio
Copy link
Author

The PLY format is a common format for meshes and point clouds, see https://en.wikipedia.org/wiki/PLY_(file_format). The original S3DIS dataset comes in this format.

In the Download section of the page http://buildingparser.stanford.edu/dataset.html, you can find the instructions to download the S3DIS dataset in the original format (it involves filling in a form to request the dataset).

Okay thank you! I thought the raw data for the S3Dis dataset was in .h5 format, so I was a little confused and I was trying to download the S3DIS dataset to see if it would be useful

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