Skip to content

ckjunaid/colab-depth-estimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

colab-depth-estimation

this is a cell of code used for the depth estimation

from transformers import pipeline

pipe = pipeline(task="depth-estimation", model="Intel/dpt-large") result = pipe(image) result["depth"]

About

this is a cell of code used for the depth estimation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published