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
isl-org avatar

isl-org/MiDaSArchived

0
View on GitHub↗
5,411 stars·723 forks·Python·MIT·27 views

MiDaS

MiDaS is a PyTorch computer vision library and monocular depth estimation model designed to predict scene depth from single images. It functions as a scene depth predictor that computes distance maps to determine object proximity to the camera.

The project enables zero-shot depth transfer, allowing the model to be applied to new datasets or environments without additional training data. It focuses on relative depth regression to predict scale-invariant depth maps.

The library includes a real-time depth visualizer for capturing live camera feeds and displaying corresponding depth maps. It also provides computer vision preprocessing capabilities to generate structural scene data for other machine learning models.

Features

  • Depth Estimation - Computes distance maps from single images using deep learning models to determine object proximity to the camera.
  • Monocular Depth Estimators - Computes distance maps from a single image to determine how far objects are from the camera.
  • Relative Depth Map Generators - Computes distance maps from images to determine how far objects are from the camera.
  • Relative Depth Estimators - Predicts scale-invariant depth maps by focusing on relative distances between objects rather than absolute metric values.
  • Zero-Shot Depth Transfer - Enables the application of depth estimation models to new datasets or environments without additional training data.
  • PyTorch Implementations - Collection of neural network implementations for depth perception built using the PyTorch framework.
  • Computer Vision Preprocessing - Generates depth maps from images to provide structural scene data for other machine learning models.
  • Mixed-Dataset Training - Combines diverse depth datasets during training to improve the model's ability to generalise across real-world environments.
  • CNN Feature Extractors - Uses a deep convolutional neural network to identify visual patterns and spatial relationships for feature extraction.
  • Live Depth Visualizations - Captures real-time camera imagery and displays corresponding depth maps for immediate visual feedback.
  • Real-time Depth Streaming - Processes live camera feeds to generate and display depth information for immediate visual feedback.
  • Depth Visualizers - Captures live camera feeds and displays corresponding depth maps for immediate visual feedback.
  • Real-Time Model Inference on Frames - Executes model forward passes on incoming camera frames to generate a continuous stream of depth maps.

Star history

Star history chart for isl-org/midasStar history chart for isl-org/midas

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with MiDaS

These projects share indexed features with MiDaS. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • 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
  • bytedance-seed/depth-anything-3ByteDance-Seed avatar

    ByteDance-Seed/Depth-Anything-3

    4,412View on GitHub↗

    Depth-Anything-3 is a collection of core model implementations for depth prediction, multi-view geometry estimation, and RGB-D spatial pipelines. It includes a monocular depth estimation model for predicting depth maps from single images or video, and a 3D Gaussian splatting generator that predicts parameters to synthesize high-fidelity novel views of a scene. The project provides a multi-view geometry estimator for calculating spatially consistent depth and camera poses across synchronized visual inputs. It also functions as a visual SLAM enhancement tool designed to reduce drift and improve

    Python
    View on GitHub↗4,412
  • 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
  • vt-vl-lab/3d-photo-inpaintingvt-vl-lab avatar

    vt-vl-lab/3d-photo-inpainting

    7,081View on GitHub↗

    This project is an RGB-D image inpainting tool and framework for 3D photo reconstruction. It transforms single 2D images into 3D content by estimating monocular depth and synthesizing missing color and depth data to fill occluded regions. The system uses a layered depth image representation to manage scene boundaries and pixel connectivity. This allows for novel view synthesis, enabling the generation of videos that simulate motion parallax effects from different camera perspectives. The project covers a range of spatial modeling capabilities, including depth map estimation, disparity-based

    Python
    View on GitHub↗7,081
Compare all 30 related projects→

Frequently asked questions

What does isl-org/midas do?

MiDaS is a PyTorch computer vision library and monocular depth estimation model designed to predict scene depth from single images. It functions as a scene depth predictor that computes distance maps to determine object proximity to the camera.

What are the main features of isl-org/midas?

The main features of isl-org/midas are: Depth Estimation, Monocular Depth Estimators, Relative Depth Map Generators, Relative Depth Estimators, Zero-Shot Depth Transfer, PyTorch Implementations, Computer Vision Preprocessing, Mixed-Dataset Training.

Which projects share features with isl-org/midas?

Projects with overlapping indexed features include: liheyoung/depth-anything — Depth-Anything is a monocular depth estimation foundation model that produces dense per-pixel depth maps from a single… depthanything/depth-anything-v2 — Depth-Anything-V2 is a computer vision foundation model designed for general-purpose spatial understanding and depth… bytedance-seed/depth-anything-3 — Depth-Anything-3 is a collection of core model implementations for depth prediction, multi-view geometry estimation,… vt-vl-lab/3d-photo-inpainting — This project is an RGB-D image inpainting tool and framework for 3D photo reconstruction. It transforms single 2D… realsenseai/librealsense — The Intel RealSense SDK is a software development kit providing drivers and libraries for interfacing with depth… nianticlabs/monodepth2 — This project is a computer vision system for monocular depth estimation and 3D point cloud generation. It provides a…