-
Notifications
You must be signed in to change notification settings - Fork 217
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
Hi, I am kinda confused about pseudo lidar points from depth map ? #12
Comments
Yes, you can I use depth map from any architecture to create pseudo lidar points. But if you fine tune your model on the KITTI training set LIDAR points, you will get a better result. But the difference should be less than 5%. |
My question is how can I create pseudo lidar points, if I don't have velodyne ground truth for the training dataset. I am planning to test on custom dataset. Thanks |
You need the |
@mileyan so when using a custom dataset, what transformation matrix should I use for EDIT: |
can I use depth map from any architecture to create pseudo lidar points? GT lidar points are required to train model to predict pseudo lidar points from generated depth map?
The text was updated successfully, but these errors were encountered: