PurpleSand
commited on
Commit
β’
56b1e6a
1
Parent(s):
8de4771
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# COMMAND Dataset π
|
2 |
## Dataset Structure ποΈ
|
3 |
|
4 |
The **COMMAND_dataset** is organized as follows:
|
5 |
|
|
|
6 |
COMMAND_dataset/
|
7 |
ββ README.md # Documentation for the dataset
|
8 |
ββ map_asset/ # Directory containing map assets πΊοΈ
|
@@ -16,6 +26,7 @@ COMMAND_dataset/
|
|
16 |
ββ scenarios/ # Directory containing scenario information π
|
17 |
ββ.json # Scenario schema
|
18 |
ββ.npy # Sketch instructions
|
|
|
19 |
|
20 |
---
|
21 |
|
@@ -31,6 +42,7 @@ COMMAND_dataset/
|
|
31 |
| Avg. FD (P / M) | 1.05 / 1.77 | 0.97 / 2.02 | 3.03 / 3.50 | 1.91 / 3.76 |
|
32 |
| % of Misleading | 31% | 51% | 50% | 39% |
|
33 |
|
|
|
34 |
**Note:** These values differ slightly from the paper because the data version history is missing.
|
35 |
|
36 |
## Directory Details ποΈ
|
@@ -103,8 +115,4 @@ COMMAND_dataset/
|
|
103 |
"drive_map_name": "occupancy_map",
|
104 |
"model_guideline": "You are an indoor food-serving robot.\n\nYou must follow these driving instructions:\n1. You must avoid collisions.\n2. You should prioritize reaching the final destination.\n3. You should follow the Trajectory Instruction.\n a. If the Trajectory Instruction cannot be followed due to any obstacles, you should deviate to bypass the obstacle.\n b. You should try to evade any identifiable obstacles.\n4. You should maintain a constant driving speed."
|
105 |
}
|
106 |
-
|
107 |
-
|
108 |
-
---
|
109 |
-
license: cc-by-nc-4.0
|
110 |
-
---
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
task_categories:
|
4 |
+
- robotics
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
size_categories:
|
8 |
+
- 1K<n<10K
|
9 |
+
---
|
10 |
# COMMAND Dataset π
|
11 |
## Dataset Structure ποΈ
|
12 |
|
13 |
The **COMMAND_dataset** is organized as follows:
|
14 |
|
15 |
+
```
|
16 |
COMMAND_dataset/
|
17 |
ββ README.md # Documentation for the dataset
|
18 |
ββ map_asset/ # Directory containing map assets πΊοΈ
|
|
|
26 |
ββ scenarios/ # Directory containing scenario information π
|
27 |
ββ.json # Scenario schema
|
28 |
ββ.npy # Sketch instructions
|
29 |
+
```
|
30 |
|
31 |
---
|
32 |
|
|
|
42 |
| Avg. FD (P / M) | 1.05 / 1.77 | 0.97 / 2.02 | 3.03 / 3.50 | 1.91 / 3.76 |
|
43 |
| % of Misleading | 31% | 51% | 50% | 39% |
|
44 |
|
45 |
+
Total : 3317 bagfiles, includes 48 hours of driving data over 219 kilometers.
|
46 |
**Note:** These values differ slightly from the paper because the data version history is missing.
|
47 |
|
48 |
## Directory Details ποΈ
|
|
|
115 |
"drive_map_name": "occupancy_map",
|
116 |
"model_guideline": "You are an indoor food-serving robot.\n\nYou must follow these driving instructions:\n1. You must avoid collisions.\n2. You should prioritize reaching the final destination.\n3. You should follow the Trajectory Instruction.\n a. If the Trajectory Instruction cannot be followed due to any obstacles, you should deviate to bypass the obstacle.\n b. You should try to evade any identifiable obstacles.\n4. You should maintain a constant driving speed."
|
117 |
}
|
118 |
+
```
|
|
|
|
|
|
|
|