alexmelekhin commited on
Commit
41b8a30
·
verified ·
1 Parent(s): 9432bd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/OxfordRobotCar_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
 
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