YihongSun / Dynamo-Depth

[NeurIPS 2023] Dynamo-Depth: Fixing Unsupervised Depth Estimation for Dynamical Scenes
https://dynamo-depth.github.io
MIT License
68 stars 5 forks source link

Camera intrinsics when predicting/training on other datasets #6

Closed alexnwang closed 3 months ago

alexnwang commented 5 months ago

Awesome work! Finally an unsupervised depth+motion model that works out of the box!

I'm looking to inference and/or train on BDD100K which doesn't have camera calibration details. In particular, I'm interested in the predicted flow projected into 2D space.

Thanks!

YihongSun commented 5 months ago

Thank you for your interest in our work!

Dynamo-Depth does make the assumption of GT camera intrinsics during training. For inference, depth, odometry, and motion segmentation predictions do not depend on the camera intrinsics but the flow predictions do. Please refer to issue #2 for more details.

Feel free to reply if you have any other questions or concerns!