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

Question about labels #22

Open
cbiras opened this issue Dec 5, 2023 · 2 comments
Open

Question about labels #22

cbiras opened this issue Dec 5, 2023 · 2 comments

Comments

@cbiras
Copy link

cbiras commented Dec 5, 2023

A label file such as \train\scene-0001\000_occ.npy contains a np array with a shape of (39068,2). I have a few questions about this array. 1) Considering that the voxel space is (200,200,16), the 39068 points from the array represent occupied voxels from the 640000 total voxels?
2) I want to train a network that will use labels of shape (200,200,16), is there a place in the code where you translate the (39068,2) labels to the full voxel space?
3) Is there a way to extract only the voxels visible to the FRONT camera, in case I want to predict only the front scene, and not the whole surround scene?
Thank you!

@tongwwt
Copy link
Contributor

tongwwt commented Dec 10, 2023

  1. Yes
  2. Please refere to the visualization code, in which the discrtete labels can be transformed into the representation of voxel space.
  3. You need to process the data and project the voxel into the FRONT camera and keep the valid voxel for your setting.

@cbiras
Copy link
Author

cbiras commented Jan 8, 2024

Thank you for your kind response. I do have a few more questions: I see that the flow files contain numpy arrays with shape for eg. (4691,2). 1) The 2 values for each row represent the velocity on both x and y axes? 2) Is there a way to link the flow with the voxel it represents? Is there a way to find out the flow for a specific voxel, from the ground truth provided? Thank you!

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