LiheYoung / Depth-Anything

[CVPR 2024] Depth Anything: Unleashing the Power of Large-Scale Unlabeled Data. Foundation Model for Monocular Depth Estimation
https://depth-anything.github.io
Apache License 2.0
6.38k stars 491 forks source link

using metric_depth to read frames from webcam and show point cloud using open3D #131

Open damavand1 opened 3 months ago

damavand1 commented 3 months ago

Hi

I want open web cam, detect depth and show mesh or point cloud on screen using open3D, something like when we using depth cameras.

somethings like this for every frame: Link

can you please give me a basic code?

another question is, do you think is it accurate enough to use in a self driving robot like Coco delivery and starship ?

I want to use YoloV8 to segmentation (find road, people, cars and ...) and using Depth anything metric-depth to find where is it in 3d space and finally create a vector space like Tesla (in this step just using single front camera not 8 camera)

tesla_fsd_beta_v 10

thank you

Kaiz0506 commented 2 months ago

Hi may I know have you solve it. Thanks!

mina-start commented 2 weeks ago

Hi, have you successfully calculated the position of an object in space using metric depth? Thanks!