Update README.md
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ pip install -U "huggingface_hub[cli]"
|
|
15 |
```bash
|
16 |
mkdir HealthyCT
|
17 |
cd HealthyCT
|
18 |
-
huggingface-cli download qicq1c/
|
19 |
```
|
20 |
|
21 |
<details>
|
@@ -34,7 +34,7 @@ huggingface-cli download qicq1c/HealthyCT --repo-type dataset --local-dir . --
|
|
34 |
just right-click on the file and select "Extract Here". With the command-line, we suggest using 7zip (faster, see below).
|
35 |
If it is not available, you can concatenate the files and unzip (slower):
|
36 |
```bash
|
37 |
-
cat
|
38 |
unzip -o -q HealthyCT.zip
|
39 |
```
|
40 |
|
@@ -44,7 +44,7 @@ unzip -o -q HealthyCT.zip
|
|
44 |
With 7zip, just run:
|
45 |
|
46 |
```bash
|
47 |
-
7z x
|
48 |
```
|
49 |
|
50 |
Installing 7zip (optional):
|
@@ -121,9 +121,9 @@ cd ..
|
|
121 |
After zipping, the structure of the compressed folder (e.g., AbdomenAtlas1.0ZipFolder) will be:
|
122 |
```
|
123 |
HealthyCT_ZipFolder
|
124 |
-
βββ
|
125 |
-
βββ
|
126 |
-
βββ
|
127 |
βββ ...
|
128 |
```
|
129 |
|
|
|
15 |
```bash
|
16 |
mkdir HealthyCT
|
17 |
cd HealthyCT
|
18 |
+
huggingface-cli download qicq1c/HealthyCT --repo-type dataset --local-dir . --cache-dir ./cache
|
19 |
```
|
20 |
|
21 |
<details>
|
|
|
34 |
just right-click on the file and select "Extract Here". With the command-line, we suggest using 7zip (faster, see below).
|
35 |
If it is not available, you can concatenate the files and unzip (slower):
|
36 |
```bash
|
37 |
+
cat healthy_ct.zip* > HealthyCT.zip
|
38 |
unzip -o -q HealthyCT.zip
|
39 |
```
|
40 |
|
|
|
44 |
With 7zip, just run:
|
45 |
|
46 |
```bash
|
47 |
+
7z x healthy_ct.zip.001
|
48 |
```
|
49 |
|
50 |
Installing 7zip (optional):
|
|
|
121 |
After zipping, the structure of the compressed folder (e.g., AbdomenAtlas1.0ZipFolder) will be:
|
122 |
```
|
123 |
HealthyCT_ZipFolder
|
124 |
+
βββ healthy_ct.zip.001
|
125 |
+
βββ healthy_ct.zip.002
|
126 |
+
βββ healthy_ct.zip.003
|
127 |
βββ ...
|
128 |
```
|
129 |
|