pcuenq's picture
pcuenq HF staff
Create README.md
4d055c7 verified
|
raw
history blame
No virus
561 Bytes
---
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 "depth-anything-base-float16.mlpackage/*"
```
To download everything, skip the `--include` argument.