Update README.md
Browse files
README.md
CHANGED
@@ -30,41 +30,16 @@ Johns Hopkins University
|
|
30 |
|
31 |
# Downloading Instructions
|
32 |
|
33 |
-
#### 1- Install the Hugging Face library:
|
34 |
-
```bash
|
35 |
-
pip install huggingface_hub[hf_transfer]==0.24.0
|
36 |
-
HF_HUB_ENABLE_HF_TRANSFER=1
|
37 |
-
```
|
38 |
-
<details>
|
39 |
-
<summary style="margin-left: 25px;">[Optional] Alternative without HF Trasnsfer (slower)</summary>
|
40 |
-
<div style="margin-left: 25px;">
|
41 |
-
|
42 |
-
```bash
|
43 |
-
pip install huggingface_hub==0.24.0
|
44 |
-
```
|
45 |
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
huggingface-cli download BodyMaps/PanTSMini --repo-type dataset --local-dir .
|
54 |
```
|
55 |
|
56 |
-
<details>
|
57 |
-
<summary style="margin-left: 25px;">[Optional] Resume downloading</summary>
|
58 |
-
<div style="margin-left: 25px;">
|
59 |
-
|
60 |
-
In case you had a previous interrupted download, just run the huggingface-cli download command above again.
|
61 |
-
```bash
|
62 |
-
huggingface-cli download BodyMaps/PanTSMini --repo-type dataset --local-dir .
|
63 |
-
```
|
64 |
-
|
65 |
-
</div>
|
66 |
-
</details>
|
67 |
-
|
68 |
## Citation
|
69 |
|
70 |
```
|
|
|
30 |
|
31 |
# Downloading Instructions
|
32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
|
34 |
+
```shell
|
35 |
+
git clone https://github.com/MrGiovanni/PanTS.git
|
36 |
+
cd PanTS
|
37 |
+
bash download_PanTS_data.sh # It needs ~300GB storage
|
38 |
+
bash download_PanTS_label.sh
|
39 |
+
# This work is currently under peer review, but early access is available!
|
40 |
+
# To request the PanTSMini_Label.tar.gz file, please email Zongwei Zhou at [email protected]
|
|
|
41 |
```
|
42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
## Citation
|
44 |
|
45 |
```
|