sergiopaniego commited on
Commit
dfe8caa
1 Parent(s): fb79898

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -6
README.md CHANGED
@@ -9,11 +9,23 @@ This dataset contains images extracted from CARLA simulator using an expert agen
9
  The expert agent is the autopilot of CARLA 0.9.12. We store images corresponding to the bird-eye-view of the camera and the corresponding control commands generated
10
  by the agent, including the previous speed.
11
 
12
- ## Tensorflow
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
- * Tensorflow version: 2.7.0 / 2.11.0
15
 
16
- | Model name | Visual memory | Kinematic memory | MAE test | MSE test | Model size (MB) | Filename | Previous filename |
17
- | ------------------------------- | ---------------------- | ---------------------- | ---------------------- | ---------------------- | ---------------------- | ---------------------- | --------------------------------- |
18
- | PilotNet | ✗ | ✗ | 0.048 | 0.018 | 122 | pilotnet_no_visual_no_kinematic.h5 | 20230125-120238_pilotnet_CARLA_14_12_dataset_bird_eye_300_epochs_no_flip_3_output_both_directions_all_towns_adam_AFFINE_PAPER.h5 |
19
- | DeepestLSTMTinyPilotNet | ✗ | ✗ | 0.076 | 0.023 | 0.9 | deepestLSTMtinypilotnet_no
 
9
  The expert agent is the autopilot of CARLA 0.9.12. We store images corresponding to the bird-eye-view of the camera and the corresponding control commands generated
10
  by the agent, including the previous speed.
11
 
12
+ ## Dataset details
13
+
14
+
15
+ | Folder | Scenario | Examples number |
16
+ | ------------------------------- | ---------------------- | --------------------------------- |
17
+ | carla_dataset_16_11_clockwise_town_01_extreme_2 | Town01 | 1582 |
18
+ | carla_dataset_24_07_anticlockwise_town_01_extreme | Town01 | 4957 |
19
+ | carla_dataset_test_04_11_clockwise_town_01_previous_v_extreme | Town01 | 1911 |
20
+ | carla_dataset_test_31_10_anticlockwise_town_01_previous_v | Town01 | 6184 |
21
+ | carla_dataset_test_31_10_clockwise_town_01_previous_v | Town01 | 6056 |
22
+ | carla_dataset_test_04_11_anticlockwise_town_03_previous_v | Town01 | 7285 |
23
+ | carla_dataset_test_04_11_clockwise_town_03_previous_v | Town01 | 5487 |
24
+ | carla_dataset_test_04_11_anticlockwise_town_05_previous_v | Town01 | 10375 |
25
+ | carla_dataset_test_04_11_clockwise_town_05_previous_v | Town01 | 12094 |
26
+ | carla_dataset_test_04_11_anticlockwise_town_07_previous_v | Town01 | 1781 |
27
+ | carla_dataset_test_04_11_clockwise_town_07_previous_v | Town01 | 1930 |
28
+
29
+
30
 
 
31