Caplin43 commited on
Commit
10beff9
·
verified ·
1 Parent(s): 7d9b158

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +34 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "image": "img_001.jpg",
4
+ "audio": "audio_001.wav",
5
+ "sensor_data": [0.12, 0.45, 0.33],
6
+ "movement_label": "walk",
7
+ "object_label": "chair",
8
+ "voice_command": "move"
9
+ },
10
+ {
11
+ "image": "img_002.jpg",
12
+ "audio": "audio_002.wav",
13
+ "sensor_data": [0.78, 0.21, 0.55],
14
+ "movement_label": "turn",
15
+ "object_label": "person",
16
+ "voice_command": "stop"
17
+ },
18
+ {
19
+ "image": "img_003.jpg",
20
+ "audio": "audio_003.wav",
21
+ "sensor_data": [0.44, 0.67, 0.29],
22
+ "movement_label": "idle",
23
+ "object_label": "none",
24
+ "voice_command": "start"
25
+ },
26
+ {
27
+ "image": "img_004.jpg",
28
+ "audio": "audio_004.wav",
29
+ "sensor_data": [0.91, 0.34, 0.12],
30
+ "movement_label": "run",
31
+ "object_label": "obstacle",
32
+ "voice_command": "grab"
33
+ }
34
+ ]