Datasets:
update readme
Browse files
README.md
CHANGED
|
@@ -17,7 +17,7 @@ image:
|
|
| 17 |
|
| 18 |
### Download
|
| 19 |
|
| 20 |
-
You can download **StreakData** for free
|
| 21 |
|
| 22 |
Firstly, install `git-lfs`.
|
| 23 |
|
|
@@ -28,7 +28,16 @@ sudo apt install git-lfs
|
|
| 28 |
sudo git lfs install --system
|
| 29 |
```
|
| 30 |
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
```sh
|
| 34 |
cd StreakNet
|
|
|
|
| 17 |
|
| 18 |
### Download
|
| 19 |
|
| 20 |
+
You can download **StreakData** for free from [HuggingFace](https://huggingface.co/datasets/Coder-AN/StreakNet-Dataset) or [ModelScope](https://modelscope.cn/datasets/CoderAN/StreakNet-Dataset/) by Git.
|
| 21 |
|
| 22 |
Firstly, install `git-lfs`.
|
| 23 |
|
|
|
|
| 28 |
sudo git lfs install --system
|
| 29 |
```
|
| 30 |
|
| 31 |
+
Then, download **StreakNet-Dataset** in work directory of StreakNet.
|
| 32 |
+
|
| 33 |
+
* From [HuggingFace](https://huggingface.co/datasets/Coder-AN/StreakNet-Dataset): For Global Users
|
| 34 |
+
|
| 35 |
+
```sh
|
| 36 |
+
cd StreakNet
|
| 37 |
+
git clone https://huggingface.co/datasets/Coder-AN/StreakNet-Dataset ./datasets
|
| 38 |
+
```
|
| 39 |
+
|
| 40 |
+
* From [ModelScope](https://modelscope.cn/datasets/CoderAN/StreakNet-Dataset): For Chinese Users
|
| 41 |
|
| 42 |
```sh
|
| 43 |
cd StreakNet
|