#263 · Primary category: Computer Vision

UniK3D

3d-estimation camera-calibration computer-vision depth-estimation

[CVPR 2025] UniK3D: Universal Camera Monocular 3D Estimation

Project last updated:09/14/25

GitHub Stars

748

Forks

65

Contributors

4

License

Other

Why we included this project

UniK3D estimates metric 3D structure from a single RGB image without assuming a particular camera model, which is what sets it apart from typical monocular depth models. It accepts pinhole, fisheye, and panoramic inputs, so it stays useful in robotics, autonomous driving, and AR work where camera intrinsics change between setups. The repo includes pretrained ViT-S/B/L checkpoints you can load through Hugging Face or TorchHub, a Gradio demo for testing on your own images, and the full training and inference code. When you have known camera parameters or rays, the model can take those as input as well. The paper's zero-shot evaluation across different field-of-view categories gives teams a concrete sense of how the model generalizes before they commit to it.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category