Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,23 @@ As a derivative work of Depth-Anything-V2-Small this port is also under apache-2
|
|
| 25 |

|
| 26 |
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
## Citation of original work
|
| 29 |
|
| 30 |
If you find this project useful, please consider citing:
|
|
|
|
| 25 |

|
| 26 |
|
| 27 |
|
| 28 |
+
## Download
|
| 29 |
+
|
| 30 |
+
Install `huggingface-cli`
|
| 31 |
+
|
| 32 |
+
```bash
|
| 33 |
+
brew install huggingface-cli
|
| 34 |
+
```
|
| 35 |
+
|
| 36 |
+
To download one of the `.mlpackage` folders to the `models` directory:
|
| 37 |
+
|
| 38 |
+
```bash
|
| 39 |
+
huggingface-cli download \
|
| 40 |
+
--local-dir models --local-dir-use-symlinks False \
|
| 41 |
+
LloydAI/DepthAnything_v2-Small-CoreML \
|
| 42 |
+
--include "DepthAnything_v2_Small_518x392_Landscape.mlpackage/*"
|
| 43 |
+
```
|
| 44 |
+
|
| 45 |
## Citation of original work
|
| 46 |
|
| 47 |
If you find this project useful, please consider citing:
|