File size: 555 Bytes
4d055c7 bf6e93c 4d055c7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
license: apache-2.0
---
# Depth Anything Core ML Models
See [the Files tab](https://huggingface.co/coreml-projects/depth-anything/tree/main) for converted models.
## Download
Install `huggingface-hub`
```bash
pip install huggingface-hub
```
To download one of the `.mlpackage` folders to the `models` directory:
```bash
huggingface-cli download \
--local-dir models --local-dir-use-symlinks False \
coreml-projects/depth-anything \
--include "DepthAnythingSmallF16.mlpackage/*"
```
To download everything, skip the `--include` argument.
|