-
Notifications
You must be signed in to change notification settings - Fork 80
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
Inference on custom dataset ( point cloud file in the same format of SemanticKitty (.bin) #42
Comments
You should be able to generate the label predictions using the same testing script if you change the test data path to your custom dataset: PolarSeg/test_pretrain_SemanticKITTI.py Lines 133 to 165 in 3531f15
However, the quality of the prediction might not be very good. I suggest you can first visualize 5-10 random predictions to see if it meets your need. |
Thanks even if I was already able to make the inference, both on this and on other networks (RangeNet ++, SqueeSegV3 etc.). Unfortunately the results are really poor, probably due to the fact that my data are obtained from a simulator (Carla) which in turn simulates a lidar, the networks cannot map correctly even the road, as soon as available I will try to do the end tuning to try to improve the performance of the networks on my pointclouds |
Hello and thanks for your work!
I generated my dataset using a simulator, trying to create point clouds as similar as possible to those of SemanticKitty, then with a 64 beam velodyne and trying to use the same fov parameters and number of points.
The problem is that I only have the .bin files but I don't have the labels, I would simply like to use your network to make inference on my points and generate the labels, what can I do? Thank you
The text was updated successfully, but these errors were encountered: