julilien/PLDepth
Code for "Monocular Depth Estimation via Listwise Ranking using the Plackett-Luce Model" as published at CVPR 2021.
This project helps computer vision researchers and developers estimate depth from a single 2D image. It takes a monocular (single) image as input and outputs a depth map, indicating how far away different objects in the scene are. It's designed for those working with visual data where 3D scene understanding is crucial.
No commits in the last 6 months.
Use this if you need to determine the depth of objects in a scene using only a single 2D image.
Not ideal if you already have stereo images or 3D sensor data available, as dedicated 3D sensors or multi-view systems typically provide more accurate depth information.
Stars
14
Forks
3
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 03, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/julilien/PLDepth"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
cake-lab/HybridDepth
Official implementation for HybridDepth Model [WACV 2025, ISMAR 2024]
soubhiksanyal/RingNet
Learning to Regress 3D Face Shape and Expression from an Image without 3D Supervision
nianticlabs/monodepth2
[ICCV 2019] Monocular depth estimation from a single image
tinghuiz/SfMLearner
An unsupervised learning framework for depth and ego-motion estimation from monocular videos
ialhashim/DenseDepth
High Quality Monocular Depth Estimation via Transfer Learning