https://github.com/pyresearch/depth-anything-v2-with-custom-models
Depth Anything V2
https://github.com/pyresearch/depth-anything-v2-with-custom-models
Last synced: 11 months ago
JSON representation
Depth Anything V2
- Host: GitHub
- URL: https://github.com/pyresearch/depth-anything-v2-with-custom-models
- Owner: pyresearch
- Created: 2025-02-15T09:45:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-15T09:49:07.000Z (over 1 year ago)
- Last Synced: 2025-02-15T10:28:38.811Z (over 1 year ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Depth-Anything-V2-with-custom-models
Depth Anything V2
# Running script on images
python run.py --encoder vitl --img-path assets/examples --outdir depth_vis
# Running script on videos
python run_video.py --encoder vitl --video-path assets/examples_video --outdir video_depth_vis --input-size 256 --pred-only --grayscale