Datasets:

Languages:
English
ArXiv:
License:
OpenDriveLab-org commited on
Commit
692091c
·
1 Parent(s): 9ba6802

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -36
README.md CHANGED
@@ -42,7 +42,6 @@ tags:
42
  - [Highlights](#highlights)
43
  - [News](#news)
44
  - [Dataset Overview](#-dataset-overview)
45
- - [Download](#-download)
46
  - [Directory Structure](#-directory-structure)
47
  - [Environment Setup](#️-environment-setup)
48
  - [Usage](#-usage)
@@ -69,41 +68,6 @@ WorldEngine/
69
  └── sim_engine/ # SimEngine-specific data
70
  ```
71
 
72
- ## 🚀 Download
73
-
74
- ### Option 1: Hugging Face Hub (Recommended)
75
-
76
- Use the `datasets` library for quick download:
77
- ```python
78
- from datasets import load_dataset
79
-
80
- # Load the dataset
81
- ds = load_dataset('OpenDriveLab/WorldEngine')
82
- ```
83
-
84
- ### Option 2: Git Clone with LFS
85
-
86
- For full version control and manual access:
87
- ```bash
88
- # Install Git LFS (Large File Storage)
89
- git lfs install
90
-
91
- # Clone the dataset repository
92
- git clone https://huggingface.co/datasets/OpenDriveLab/WorldEngine
93
- ```
94
-
95
- ### Option 3: Hugging Face CLI
96
-
97
- ```bash
98
- # Install Hugging Face CLI
99
- curl -LsSf https://hf.co/cli/install.sh | bash
100
-
101
- # Download the dataset
102
- hf download OpenDriveLab/WorldEngine --repo-type dataset --local-dir /path/to/your/WorldEngine_repo
103
- ```
104
-
105
- 💡 **Note**: Large files are stored using Git LFS. Make sure Git LFS is properly installed before cloning.
106
-
107
  ---
108
 
109
  ## 📂 Directory Structure
 
42
  - [Highlights](#highlights)
43
  - [News](#news)
44
  - [Dataset Overview](#-dataset-overview)
 
45
  - [Directory Structure](#-directory-structure)
46
  - [Environment Setup](#️-environment-setup)
47
  - [Usage](#-usage)
 
68
  └── sim_engine/ # SimEngine-specific data
69
  ```
70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71
  ---
72
 
73
  ## 📂 Directory Structure