depth-anything/Video-Depth-Anything-Small

🤗 Hugging Face 来源depth-estimationapache-2.0116 MBother✓ 1 个校验和今天更新
一条命令提交

在你的模型文件夹旁边运行它。它会制作种子、将文件与 Hugging Face 比对,然后提交。你只需开始做种,并粘贴你账户中的密钥。它只读取你的文件,绝不修改。如果愿意,可以先阅读脚本。

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo depth-anything/Video-Depth-Anything-Small ./model-folder
需要做种者 →

Video Depth Anything

This repository contains the model described in Video Depth Anything: Consistent Depth Estimation for Super-Long Videos.

Project Page: https://videodepthanything.github.io

About

This model is based on Depth Anything V2, and can be applied to arbitrarily long videos without compromising quality, consistency, or generalization ability. Compared with other diffusion-based models, it enjoys faster inference speed, fewer parameters, and higher consistent depth accuracy.

Usage

git clone https://github.com/DepthAnything/Video-Depth-Anything
cd Video-Depth-Anything
pip install -r requirements.txt

Download the checkpoints listed here and put them under the checkpoints directory.

bash get_weights.sh

Inference a video

python3 run.py --input_video ./assets/example_videos/davis_rollercoaster.mp4 --output_dir ./outputs --encoder vitl