-
Notifications
You must be signed in to change notification settings - Fork 123
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
Is it possible to train for pedestrian and cyclists? #49
Comments
@jeasinema |
@LinHungShi |
No, you can't train all the classes without modifying the code. |
@LinHungShi Does preprocessing to all
Does preprocessing effect training on all classes? Now I am working on it but I understood that voxelnet- size required is different for pedestrian/ cyclist and car. So I wants to know if just rewriting code is enough or not? |
The parameters for car and pedestrian/cyclist are a bit different in the paper. However you can assume they are the same. |
Thank you so much for the guidance! :) |
Can this code be used for training all the three class Car, Pedestrian and cyclists together? In code, it's for car only and can be trained for individual classes.
Thanks in advance.
The text was updated successfully, but these errors were encountered: