Update README.md
Browse files
README.md
CHANGED
|
@@ -12,5 +12,5 @@ Data can be downloaded using the one-liner `hf_hub_download`, for instance:
|
|
| 12 |
```python
|
| 13 |
from huggingface_hub import hf_hub_download
|
| 14 |
|
| 15 |
-
filepath = hf_hub_download(repo_id=
|
| 16 |
-
```
|
|
|
|
| 12 |
```python
|
| 13 |
from huggingface_hub import hf_hub_download
|
| 14 |
|
| 15 |
+
filepath = hf_hub_download(repo_id='Xiangxu-0103/SuperFlow_SuperPixel', filename='downstream_nuscenes_infos_train_1.pkl', repo_type='dataset')
|
| 16 |
+
```
|