Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ import numpy as np
|
|
| 20 |
from torch.utils.data import DataLoader
|
| 21 |
|
| 22 |
fs = HfFileSystem()
|
| 23 |
-
files = [fs.resolve_path(path) for path in fs.glob("hf://datasets/
|
| 24 |
urls = [hf_hub_url(file.repo_id, file.path_in_repo, repo_type="dataset") for file in files]
|
| 25 |
urls = f"pipe: curl -s -L -H 'Authorization:Bearer {get_token()}' {'::'.join(urls)}"
|
| 26 |
|
|
|
|
| 20 |
from torch.utils.data import DataLoader
|
| 21 |
|
| 22 |
fs = HfFileSystem()
|
| 23 |
+
files = [fs.resolve_path(path) for path in fs.glob("hf://datasets/CVML-TueAI/grounding-YT-dataset/clips/*.tar")]
|
| 24 |
urls = [hf_hub_url(file.repo_id, file.path_in_repo, repo_type="dataset") for file in files]
|
| 25 |
urls = f"pipe: curl -s -L -H 'Authorization:Bearer {get_token()}' {'::'.join(urls)}"
|
| 26 |
|