OpenTrace commited on
Commit
2e475e1
·
verified ·
1 Parent(s): c7a8445

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -65,21 +65,19 @@ We provide two types of files: processed trajectory data (Trajectory.zip) and me
65
 
66
  ### ⏬ Download
67
 
68
- #### Using Git
69
-
70
- ```bash
71
- git lfs install
72
- git clone git@hf.co:datasets/OpenTrace/WorldTrace
73
- ```
74
-
75
-
76
 
77
  #### Using Command Line
78
 
79
  ```bash
80
- hf download OpenTrace/WorldTrace --repo-type dataset
 
 
 
 
81
  ```
82
 
 
 
83
  ### ⚖️ Privacy and License
84
 
85
  **Privacy:** To protect user privacy and comply with international data protection regulations, all data collection strictly adheres to privacy regulations and ethical guidelines. Trajectory data has been anonymized, and any personally identifiable information has been excluded.
 
65
 
66
  ### ⏬ Download
67
 
 
 
 
 
 
 
 
 
68
 
69
  #### Using Command Line
70
 
71
  ```bash
72
+ hf download OpenTrace/WorldTrace --repo-type dataset --local-dir <Your_dir>
73
+ ```
74
+ Only download Trajectory:
75
+ ```bash
76
+ hf download OpenTrace/WorldTrace --repo-type dataset --local-dir <Your_dir> --include "Trajectory.zip"
77
  ```
78
 
79
+ For other download methods, please refer to https://huggingface.co/docs/huggingface_hub/en/guides/download and https://huggingface.co/docs/huggingface_hub/en/guides/cli
80
+
81
  ### ⚖️ Privacy and License
82
 
83
  **Privacy:** To protect user privacy and comply with international data protection regulations, all data collection strictly adheres to privacy regulations and ethical guidelines. Trajectory data has been anonymized, and any personally identifiable information has been excluded.