Update README.md
Browse files
README.md
CHANGED
|
@@ -99,15 +99,15 @@ Download the tarballs from [HuggingFace](https://huggingface.co/datasets/rxc205/
|
|
| 99 |
mkdir -p dataset/annotation/EPIC_Bench
|
| 100 |
cd dataset/annotation/EPIC_Bench
|
| 101 |
|
| 102 |
-
# Option 1:
|
| 103 |
hf download rxc205/EPIC-Bench \
|
| 104 |
Manipulation.tar.gz Navigation.tar.gz TargetLocalization.tar.gz \
|
| 105 |
--repo-type dataset --local-dir .
|
| 106 |
|
| 107 |
-
# Option 2:
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
|
| 112 |
# Extract all three (preserves the original folder layout)
|
| 113 |
for f in Manipulation.tar.gz Navigation.tar.gz TargetLocalization.tar.gz; do
|
|
|
|
| 99 |
mkdir -p dataset/annotation/EPIC_Bench
|
| 100 |
cd dataset/annotation/EPIC_Bench
|
| 101 |
|
| 102 |
+
# Option 1: huggingface-cli
|
| 103 |
hf download rxc205/EPIC-Bench \
|
| 104 |
Manipulation.tar.gz Navigation.tar.gz TargetLocalization.tar.gz \
|
| 105 |
--repo-type dataset --local-dir .
|
| 106 |
|
| 107 |
+
# Option 2: modelscope
|
| 108 |
+
modelscope download \
|
| 109 |
+
--dataset macarich/EPIC-Bench \
|
| 110 |
+
--local_dir .
|
| 111 |
|
| 112 |
# Extract all three (preserves the original folder layout)
|
| 113 |
for f in Manipulation.tar.gz Navigation.tar.gz TargetLocalization.tar.gz; do
|