Instructions to use mlx-community/Video-Depth-Anything-Base-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-Base-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Video-Depth-Anything-Base-MLX mlx-community/Video-Depth-Anything-Base-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
| { | |
| "model_type": "video_depth_anything", | |
| "encoder": "vitb", | |
| "metric": false, | |
| "features": 128, | |
| "out_channels": [ | |
| 96, | |
| 192, | |
| 384, | |
| 768 | |
| ], | |
| "num_frames": 32, | |
| "pe": "ape" | |
| } | |