awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
apple avatar

apple/ml-depth-pro

0
View on GitHub↗
5,577 stars·420 forks·Python·9 views

Ml Depth Pro

This project is a monocular depth estimation model and computer vision framework designed to calculate absolute distance and scale from single images. It functions as a metric depth estimator that generates high-resolution depth maps without requiring camera-specific focal length metadata.

The system utilizes a vision transformer architecture for feature extraction and zero-shot inference to produce metric-scale depth predictions. It includes specialized components for sharp-boundary depth refinement to maintain high-frequency edge details and prevent blurriness at object boundaries.

The repository also provides a depth map evaluation framework. This includes utilities for depth boundary assessment and accuracy metrics to measure the precision of estimated edges against ground truth data.

Features

  • Monocular Depth Estimators - Acts as a monocular depth estimator that predicts metric depth from single images without camera metadata.
  • Computer Vision Models - Implements a neural network architecture designed for high-precision depth boundary analysis.
  • Metric Depth Estimators - Implements a model that outputs depth values in real-world units for absolute distance measurements.
  • Single-Image Metric Depth Mappers - Provides the capability to generate metric-scale depth maps from a single image input.
  • Depth Map Evaluation - Includes a framework to assess the precision of estimated depth boundaries against ground truth data.
  • Computer Vision - Provides a framework for analyzing image spatiality and structural boundaries for scene understanding.
  • Vision Transformer Encoders - Utilizes a vision transformer architecture to encode global context and local details.
  • Depth Accuracy Metrics - Provides utilities for calculating boundary metrics to measure the precision of estimated distance data.
  • Depth Map Evaluation Frameworks - Ships a framework of boundary metrics to measure depth map accuracy against ground truth.
  • Boundary Precision Metrics - Implements specialized boundary metrics to measure the precision of edges in estimated depth maps.
  • Edge Detail Refinements - Includes specialized components to maintain sharp object boundaries and prevent blurriness in depth maps.

Star history

Star history chart for apple/ml-depth-proStar history chart for apple/ml-depth-pro

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Ml Depth Pro

Similar open-source projects, ranked by how many features they share with Ml Depth Pro.
  • liheyoung/depth-anythingLiheYoung avatar

    LiheYoung/Depth-Anything

    8,124View on GitHub↗

    Depth-Anything is a monocular depth estimation foundation model that produces dense per-pixel depth maps from a single RGB image. It is built on a DINOv2 Vision Transformer encoder backbone and trained on 62 million unlabeled images using a teacher-student pseudo-labeling framework, enabling robust generalization across diverse scenes without task-specific training. The model outputs both relative depth maps, which capture the ordering of scene points, and metric depth maps with real-world units after fine-tuning on datasets like NYUv2 or KITTI. The project distinguishes itself through its ab

    Pythondepth-estimationimage-synthesismetric-depth-estimation
    View on GitHub↗8,124
  • pytorch/visionpytorch avatar

    pytorch/vision

    17,743View on GitHub↗

    This project is a comprehensive computer vision library for the PyTorch ecosystem, providing a standardized collection of neural network architectures, datasets, and high-performance transformation utilities. It serves as a foundational framework for building, training, and deploying deep learning models, offering a centralized model registry that allows developers to instantiate architectures with pre-trained weights for tasks such as image classification, object detection, and semantic segmentation. The library distinguishes itself through its modular approach to data and compute management

    Pythoncomputer-visionmachine-learning
    View on GitHub↗17,743
  • depthanything/depth-anything-v2DepthAnything avatar

    DepthAnything/Depth-Anything-V2

    8,320View on GitHub↗

    Depth-Anything-V2 is a computer vision foundation model designed for general-purpose spatial understanding and depth perception. It functions as a monocular depth estimation model that predicts relative and absolute depth maps from single images or video sequences. The project provides specialized tools for both relative depth estimation and metric depth calculation, allowing for the determination of absolute physical distances in indoor and outdoor environments. It includes a video depth estimation framework that ensures temporal consistency across sequential frames to maintain stable depth

    Pythonmonocular-depth-estimation
    View on GitHub↗8,320
  • nianticlabs/monodepth2nianticlabs avatar

    nianticlabs/monodepth2

    4,494View on GitHub↗

    This project is a computer vision system for monocular depth estimation and 3D point cloud generation. It provides a supervised depth learning framework and a depth predictor capable of estimating spatial distance and disparity from single 2D images using pretrained neural networks. The system includes tools to transform 2D depth images into 3D point clouds via pixel coordinate backprojection and converts 3D point cloud data into 2D depth maps. It utilizes a training pipeline that supports model fine-tuning and hyperparameter optimization. The library covers broader capabilities in spatial a

    Jupyter Notebookcomputer-visiondeep-learningdepth-estimation
    View on GitHub↗4,494
See all 30 alternatives to Ml Depth Pro→

Frequently asked questions

What does apple/ml-depth-pro do?

This project is a monocular depth estimation model and computer vision framework designed to calculate absolute distance and scale from single images. It functions as a metric depth estimator that generates high-resolution depth maps without requiring camera-specific focal length metadata.

What are the main features of apple/ml-depth-pro?

The main features of apple/ml-depth-pro are: Monocular Depth Estimators, Computer Vision Models, Metric Depth Estimators, Single-Image Metric Depth Mappers, Depth Map Evaluation, Computer Vision, Vision Transformer Encoders, Depth Accuracy Metrics.

What are some open-source alternatives to apple/ml-depth-pro?

Open-source alternatives to apple/ml-depth-pro include: liheyoung/depth-anything — Depth-Anything is a monocular depth estimation foundation model that produces dense per-pixel depth maps from a single… pytorch/vision — This project is a comprehensive computer vision library for the PyTorch ecosystem, providing a standardized collection… depthanything/depth-anything-v2 — Depth-Anything-V2 is a computer vision foundation model designed for general-purpose spatial understanding and depth… nianticlabs/monodepth2 — This project is a computer vision system for monocular depth estimation and 3D point cloud generation. It provides a… pytorch/examples — This repository serves as a comprehensive collection of reference implementations for the PyTorch machine learning… tingsongyu/pytorch_tutorial — This project is a comprehensive collection of educational examples and reference implementations for building vision…