rxc205 commited on
Commit
c72afed
·
verified ·
1 Parent(s): e066d15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
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: download via huggingface-cli (recommended; supports resume)
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: direct wget
108
- wget https://huggingface.co/datasets/rxc205/EPIC-Bench/resolve/main/Manipulation.tar.gz
109
- wget https://huggingface.co/datasets/rxc205/EPIC-Bench/resolve/main/Navigation.tar.gz
110
- wget https://huggingface.co/datasets/rxc205/EPIC-Bench/resolve/main/TargetLocalization.tar.gz
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