-
Notifications
You must be signed in to change notification settings - Fork 633
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
Using custom images, how to deal with new camera calib? #190
Comments
Any update on this? I'm also considering the same issue. Is there a recommended way to transform the depth image to a point cloud? How should I deal with the camera calibration? Great work! This is a great repo! |
@mojovski apologies for the massive delay. Essentially the behaviour is undefined with images which have different aspect ratios and focals as the network really only saw one type of images.
|
Ah I see. That being said you could set a camera to run a the required input resolution and re calibrate using for that resolution. Now you'd have a camera that can feed images to the network and convert disparity maps to point clouds. Do you think that is correct? |
I am not sure I follow what you meant by re calibrating. |
Hey, thanks for sharing your amazing work!
I'd rather have a question: When I would like to apply your framework on custom images with camera intrinsics different to KITTI, do I have to retrain the models?
Or is there some kind of config-file? :)
Thanks alot!
The text was updated successfully, but these errors were encountered: