qicq1c commited on
Commit
2d1395e
β€’
1 Parent(s): 3c4f706

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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/Healthy_CT --repo-type dataset --local-dir . --cache-dir ./cache
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 HealthyCT.zip* > HealthyCT.zip
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 HealthyCT.zip.001
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
- β”œβ”€β”€ HealthyCT.zip.001
125
- β”œβ”€β”€ HealthyCT.zip.002
126
- β”œβ”€β”€ HealthyCT.zip.003
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