JiawangBian/sc_depth_pl
SC-Depth (V1, V2, and V3) for Unsupervised Monocular Depth Estimation Webpage:https://jiawangbian.github.io/sc_depth_pl/
This project helps robotics engineers and computer vision scientists understand spatial relationships in real-world environments by extracting depth information from ordinary video footage. It takes a video stream as input and produces a detailed depth map, essentially showing how far away objects are from the camera. The primary users are researchers and practitioners building systems for autonomous navigation, 3D reconstruction, or augmented reality.
483 stars. No commits in the last 6 months.
Use this if you need to generate accurate depth maps from monocular video without needing expensive specialized sensors or extensive pre-labeled data for training.
Not ideal if you require real-time depth estimation on highly constrained hardware or if your application demands ground-truth depth accuracy beyond what can be inferred from video.
Stars
483
Forks
74
Language
Python
License
GPL-3.0
Category
Last pushed
Oct 06, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/JiawangBian/sc_depth_pl"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
vita-epfl/monoloco
A 3D vision library from 2D keypoints: monocular and stereo 3D detection for humans, social...
fangchangma/self-supervised-depth-completion
ICRA 2019 "Self-supervised Sparse-to-Dense: Self-supervised Depth Completion from LiDAR and...
nburrus/stereodemo
Small Python utility to compare and visualize the output of various stereo depth estimation algorithms
wvangansbeke/Sparse-Depth-Completion
Predict dense depth maps from sparse and noisy LiDAR frames guided by RGB images. (Ranked 1st...
antocad/FocusOnDepth
A Monocular depth-estimation for in-the-wild AutoFocus application.