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
File size: 196 Bytes
160e3c5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"model_type": "video_depth_anything",
"encoder": "vitb",
"metric": false,
"features": 128,
"out_channels": [
96,
192,
384,
768
],
"num_frames": 32,
"pe": "ape"
}
|