-
Notifications
You must be signed in to change notification settings - Fork 187
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
voxelize problem #142
Comments
Here a possible things that you should check, such that we can rule out "easy problems":
Regarding your other questions:
|
Thank you for your response and assistance! Your detailed answer was very helpful ! I really appreciate you taking the time to help me out. Before your reply, I did make a mistake in the meaning of "before" and "past". "I think it was something like 100 scans? For the ground truth" refers to having 100 scans prior and past, or only the prior for 100 scans ? Another question, what does the parameter "join" mean? Thank you again for your help, and I wish you a smooth work and a happy life! |
sorry, I read your issue some time ago, but forgot to answer. Regarding your questions:
hope that helps. |
Thank you for your reply, your reply is very useful |
Hello! My**** velodyne and labels**** data have point cloud and point cloud label files in the same format as SemanticKitti in. bin and. label formats. The following image shows the result of visualizing SemanticKitti and my dataset bin files.
I organized my files into the format shown below and successfully generated a voxelated. bin. label. occloud. invalid file using https://github.com/jbehley/voxelizer
But I combined my voxel file and SemanticKITTI's voxel file, using https://github.com/PRBonn/semantic-kitti-api/blob/master/visualize_voxels.py Visualize it, but the effect is very strange. The left side of the image shows my data. On the right is Kitti's data
I am confident that my original bin and labels are fine. Is there a problem with my configuration? The following image shows my configuration
In addition, I also found that the sequence numbers of SemanticKITTI's voxel data are multiples of 5, indicating that SemanticKITTI ignored the first 4 frames. Can you teach me how to set them? I want to change my voxel to SemanticKITTI format. How can I modify my configuration? Can we generate voxel files with five intervals below?
The text was updated successfully, but these errors were encountered: