Update README: add ModelScope mirror and usage
Browse files
README.md
CHANGED
|
@@ -14,6 +14,8 @@ tags:
|
|
| 14 |
|
| 15 |
Pre-converted CoreML `.mlpackage` models used by the [StreamRGBD-mac](https://github.com/Jup33Q/StreamRGBD-mac) project.
|
| 16 |
|
|
|
|
|
|
|
| 17 |
The repository code is released under the MIT License. Converted model artifacts retain the licenses of their respective original weights (see table below).
|
| 18 |
|
| 19 |
## Models
|
|
@@ -56,6 +58,14 @@ The repository code is released under the MIT License. Converted model artifacts
|
|
| 56 |
|
| 57 |
Clone or download this repo and point your StreamRGBD-mac configuration at the `coreml_models` folder, or set `--coreml-dir` to the downloaded path.
|
| 58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 59 |
## Disclaimer
|
| 60 |
|
| 61 |
These are converted artifacts derived from the original model weights listed above. Please refer to the original repositories for exact license terms and citation requirements.
|
|
|
|
| 14 |
|
| 15 |
Pre-converted CoreML `.mlpackage` models used by the [StreamRGBD-mac](https://github.com/Jup33Q/StreamRGBD-mac) project.
|
| 16 |
|
| 17 |
+
Mirrors: [Hugging Face](https://huggingface.co/Jup33QE/streamrgbd-mac-coreml) 路 [ModelScope](https://www.modelscope.cn/models/Jup33Q/streamrgbd-mac-coreml)
|
| 18 |
+
|
| 19 |
The repository code is released under the MIT License. Converted model artifacts retain the licenses of their respective original weights (see table below).
|
| 20 |
|
| 21 |
## Models
|
|
|
|
| 58 |
|
| 59 |
Clone or download this repo and point your StreamRGBD-mac configuration at the `coreml_models` folder, or set `--coreml-dir` to the downloaded path.
|
| 60 |
|
| 61 |
+
```bash
|
| 62 |
+
# Hugging Face
|
| 63 |
+
hf download Jup33QE/streamrgbd-mac-coreml --local-dir coreml_models
|
| 64 |
+
|
| 65 |
+
# ModelScope (鍥藉唴闀滃儚)
|
| 66 |
+
modelscope download --model Jup33Q/streamrgbd-mac-coreml --local_dir coreml_models
|
| 67 |
+
```
|
| 68 |
+
|
| 69 |
## Disclaimer
|
| 70 |
|
| 71 |
These are converted artifacts derived from the original model weights listed above. Please refer to the original repositories for exact license terms and citation requirements.
|