Datasets:
Kurt Stolle
commited on
Commit
·
eddff0e
1
Parent(s):
aad0211
Added instruction for cloning the repository
Browse files
README.md
CHANGED
@@ -79,21 +79,23 @@ The remaining data should be downloaded from official sources using the provided
|
|
79 |
|
80 |
## Preparation
|
81 |
|
82 |
-
|
|
|
|
|
|
|
83 |
|
|
|
84 |
```bash
|
85 |
python -m pip install cityscapesscripts
|
86 |
```
|
87 |
|
88 |
2. Run the preparation script provided in this repository.
|
89 |
Note that this may prompt your [Cityscapes account](https://cityscapes-dataset.com/login/) login credentials.
|
90 |
-
|
91 |
```bash
|
92 |
make prepare
|
93 |
```
|
94 |
|
95 |
3. Remove the downloaded Cityscapes archive files to save disk space (optional).
|
96 |
-
|
97 |
```bash
|
98 |
make clean
|
99 |
```
|
|
|
79 |
|
80 |
## Preparation
|
81 |
|
82 |
+
0. Clone this dataset repository.
|
83 |
+
```bash
|
84 |
+
git clone https://huggingface.co/datasets/khwstolle/csvps && cd csvps
|
85 |
+
```
|
86 |
|
87 |
+
1. Install the [Cityscapes developer kit](https://github.com/mcordts/cityscapesScripts) using `pip`.
|
88 |
```bash
|
89 |
python -m pip install cityscapesscripts
|
90 |
```
|
91 |
|
92 |
2. Run the preparation script provided in this repository.
|
93 |
Note that this may prompt your [Cityscapes account](https://cityscapes-dataset.com/login/) login credentials.
|
|
|
94 |
```bash
|
95 |
make prepare
|
96 |
```
|
97 |
|
98 |
3. Remove the downloaded Cityscapes archive files to save disk space (optional).
|
|
|
99 |
```bash
|
100 |
make clean
|
101 |
```
|