Instructions to use mlx-community/Video-Depth-Anything-Large-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/Video-Depth-Anything-Large-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Video-Depth-Anything-Large-MLX mlx-community/Video-Depth-Anything-Large-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
| { | |
| "model_type": "video_depth_anything", | |
| "encoder": "vitl", | |
| "metric": false, | |
| "features": 256, | |
| "out_channels": [ | |
| 256, | |
| 512, | |
| 1024, | |
| 1024 | |
| ], | |
| "num_frames": 32, | |
| "pe": "ape" | |
| } | |