-
Notifications
You must be signed in to change notification settings - Fork 40
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
Could not load ground-plane parameters? #4
Comments
Hey, in case you don't specify the ground-plane path the tracker will automatically fit the plane to the point cloud. Can you try that and let me know if it works for you? Are you testing on KITTI or some different dataset? |
@aljosaosep Hi, thanks for the reply. I am testing the KITTI datasets. If I delete the ground-plane path in the config file when I running the code, it will print "Could not load ground-plane parameters, fitting plane of-the-fly". Actually, whether I specify the ground-plane or not, the code is working. I just want to know how to get the ground-plane files? In the kitti_sample.cfg, the ground_plane_path is on preprocessed dir, so I think there are some ways that I can get the ground-plane files. Thanks. |
I have the same question,have you solved it?Thanks! |
Hi,
When I running the code, there is a problem: Could not load ground-plane parameters, fitting plane of-the-fly ... Where can I find the ground-plane files? Or how to generate the ground-plane files just like the disparity map? I can't find the ground-plane files generate function in the code.
Thanks.
The text was updated successfully, but these errors were encountered: