isl-org/ZoeDepth là dự án AI Tools trên GitHub, viết chủ yếu bằng Jupyter Notebook, với 2.8k sao. Metric depth estimation from a single image
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
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}
}
isl-org/ZoeDepth thuộc nhóm AI Tools trên TopGit, cùng 9 topic GitHub. Trang Trending và Topics liệt kê các repo cùng số sao và cùng ngôn ngữ để so sánh.
Đọc thêm về isl-org/ZoeDepth ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/isl-org/ZoeDepth là nguồn chính thức.
isl-org/ZoeDepth có bao nhiêu sao?
isl-org/ZoeDepth có 2.8k sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/isl-org/ZoeDepth. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
isl-org/ZoeDepth có những chủ đề gì?
GitHub topics của isl-org/ZoeDepth: "adaptive-bins", "deep-learning", "depth-estimation", "metric-depth-estimation", "monocular-depth-estimation", "neural-networks", "pretrained-models", "transformers", "zero-shot-transfer". TopGit xếp repo vào nhóm AI Tools.
isl-org/ZoeDepth còn đang phát triển không?
Commit gần nhất trên isl-org/ZoeDepth là 1.3 năm trước (theo timestamp GitHub). Repo có 276 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
isl-org/ZoeDepth viết bằng ngôn ngữ gì?
isl-org/ZoeDepth chủ yếu viết bằng Jupyter Notebook. Trường "language" của GitHub dựa trên phần lớn byte ở nhánh mặc định.
Vì sao isl-org/ZoeDepth được xếp vào nhóm AI Tools?
TopGit xếp isl-org/ZoeDepth vào nhóm AI Tools dựa trên GitHub topics và mô tả của repo (gắn thẻ: "adaptive-bins", "deep-learning", "depth-estimation"). Việc phân loại dựa trên metadata thật của repo, không phải đoán theo cảm tính biên tập.
Đọc đầy đủ README ở tab phía trên.
ZoeDepth có đáng để bạn bỏ thời gian?
ChatGPT, Claude và Perplexity đều đọc được trang này. Hỏi thử xem họ nghĩ gì về ZoeDepth.