2.8k GitHub stars and counting — isl-org/ZoeDepth is a Jupyter Notebook project TopGit is tracking across repositories on the platform. Metric depth estimation from a single image
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
This project will no longer be maintained by Intel.
Intel has ceased development and contributions including, but not limited to, maintenance, bug fixes, new releases, or updates, to this project.
Intel no longer accepts patches to this project.
If you have an ongoing need to use this project, are interested in independently developing it, or would like to maintain patches for the open source software community, please create your own fork of this project.
ZoeDepth: Combining relative and metric depth (Official implementation)
ZoeDepth: Zero-shot Transfer by Combining Relative and Metric Depth
This will save a file pred.png in the root folder, showing RGB and corresponding predicted depth side-by-side.
Model files
Models are defined under models/ folder, with models/<model_name>_<version>.py containing model definitions and models/config_<model_name>.json containing configuration.
Single metric head models (Zoe_N and Zoe_K from the paper) have the common definition and are defined under models/zoedepth while as the multi-headed model (Zoe_NK) is defined under models/zoedepth_nk.
Evaluation
Download the required dataset and change the DATASETS_CONFIG dictionary in utils/config.py accordingly.
Evaluating offical models
On NYU-Depth-v2 for example:
For ZoeD_N:
python evaluate.py -m zoedepth -d nyu
For ZoeD_NK:
python evaluate.py -m zoedepth_nk -d nyu
Evaluating local checkpoint
python evaluate.py -m zoedepth --pretrained_resource="local::/path/to/local/ckpt.pt" -d nyu
Pretrained resources are prefixed with url:: to indicate weights should be fetched from a url, or local:: to indicate path is a local file. Refer to models/model_io.py for details.
The dataset name should match the corresponding key in utils.config.DATASETS_CONFIG .
Training
Download training datasets as per instructions given here. Then for training a single head model on NYU-Depth-v2 :
We provide a UI demo built using gradio. To get started, install UI requirements:
pip install -r ui/ui_requirements.txt
Then launch the gradio UI:
python -m ui.app
The UI is also hosted on HuggingFace🤗 here
Citation
@misc{https://doi.org/10.48550/arxiv.2302.12288,
doi = {10.48550/ARXIV.2302.12288},
url = {https://arxiv.org/abs/2302.12288},
author = {Bhat, Shariq Farooq and Birkl, Reiner and Wofk, Diana and Wonka, Peter and Müller, Matthias},
keywords = {Computer Vision and Pattern Recognition (cs.CV), FOS: Computer and information sciences, FOS: Computer and information sciences},
title = {ZoeDepth: Zero-shot Transfer by Combining Relative and Metric Depth},
publisher = {arXiv},
year = {2023},
copyright = {arXiv.org perpetual, non-exclusive license}
}
The most recent commit recorded on isl-org/ZoeDepth was 1.3 years ago, based on the GitHub push timestamp. The repository has 276 forks — one of the better signals of community interest.
How many stars does isl-org/ZoeDepth have?
isl-org/ZoeDepth has 2.8k GitHub stars — refresh the page for the live number, or check github.com/isl-org/ZoeDepth. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
What else is in the AI Tools space?
isl-org/ZoeDepth is tracked by TopGit under the AI Tools category, alongside 9 GitHub-tagged topics. Trending and Topics pages list peer repositories of comparable stars and language.
What language is isl-org/ZoeDepth written in?
isl-org/ZoeDepth is written primarily in Jupyter Notebook. GitHub's language field is based on the largest share of bytes in the default branch.
What topics is isl-org/ZoeDepth associated with?
GitHub's repository topics for isl-org/ZoeDepth: "adaptive-bins", "deep-learning", "depth-estimation", "metric-depth-estimation", "monocular-depth-estimation", "neural-networks", "pretrained-models", "transformers", "zero-shot-transfer". TopGit's editorial category is AI Tools.
Where do I read more about isl-org/ZoeDepth?
This TopGit page is a snapshot — the READ ME tab shows the project's own README content (links stripped, images preserved). The GitHub repository at github.com/isl-org/ZoeDepth is the definitive source.
Why is isl-org/ZoeDepth categorized under AI Tools?
TopGit places isl-org/ZoeDepth in the AI Tools category based on its GitHub topics and description (tagged: "adaptive-bins", "deep-learning", "depth-estimation"). Categories are assigned from real repository metadata, not editorial guesswork.
Read full README in the tab above.
Still deciding about ZoeDepth?
One click hands the question to an AI along with this page — see what it says about ZoeDepth.