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

Could you please explain the segmap dataset? #1

Open
EpsAvlc opened this issue Apr 9, 2020 · 1 comment
Open

Could you please explain the segmap dataset? #1

EpsAvlc opened this issue Apr 9, 2020 · 1 comment

Comments

@EpsAvlc
Copy link

EpsAvlc commented Apr 9, 2020

I want to write a pytorch version of this autoencoder. But I seldom could find the explanation of the dataset. Could you please explain each CSV file's usage ?

@KonstantinPakulev
Copy link
Collaborator

Your question is too big to be answered in details (unless other members will have an urge to do it).
But in a short, csv files contain voxelized data, features extracted from those voxels (e.g. curvature of the surface) and corresponding labels (cars, trees, ect.) plus some miscellaneous info.
I'd advice you to take a look at notebooks section of our code, where we perform refinement and visualization of the data provided by Segmap. Probably, you can infer something from there.

Also, somewhere in the notebooks there are ids for N-ways classification, which are extremely important for the network to work properly. Don't miss them.

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