-
Notifications
You must be signed in to change notification settings - Fork 45
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
Kitti dataset preprocess without images #43
Comments
I think so ?
|
Thanks for the reply, I think I've made it work now. One more question, how to change the number of target classes for the network? Can I just change the CLASS_NAMES in the network YAML directly? |
yeah, i think this should work |
How did you managed to preprocess the kitti dataset without the calibration images? I also have a lidar only dataset |
Since this is a Lidar-only object detection model, could we preprocess the data without the images? I think if we don't use the evaluation metric of 'bbox', we can ignore the infos from images, right?
Another question is, why do we only count the points inside the gt in the FOV of the image?
The text was updated successfully, but these errors were encountered: