Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,7 @@ from huggingface_hub import snapshot_download
|
|
| 22 |
out_dir = Path("/dir/to/save/data")
|
| 23 |
out_dir.mkdir(parents=True, exist_ok=True)
|
| 24 |
|
| 25 |
-
snapshot_download(repo_id="OPR-Project/
|
| 26 |
```
|
| 27 |
|
| 28 |
For reading and working with the data, we recommend using the OpenPlaceRecognition library: https://github.com/OPR-Project/OpenPlaceRecognition
|
|
|
|
| 22 |
out_dir = Path("/dir/to/save/data")
|
| 23 |
out_dir.mkdir(parents=True, exist_ok=True)
|
| 24 |
|
| 25 |
+
snapshot_download(repo_id="OPR-Project/NCLT_OpenPlaceRecognition", repo_type="dataset", local_dir=out_dir)
|
| 26 |
```
|
| 27 |
|
| 28 |
For reading and working with the data, we recommend using the OpenPlaceRecognition library: https://github.com/OPR-Project/OpenPlaceRecognition
|