sergiopaniego
commited on
Commit
•
fb79898
1
Parent(s):
8fffeeb
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# CarlaFollowLanePreviousV
|
6 |
+
|
7 |
+
This dataset contains images extracted from CARLA simulator using an expert agent to perform imitation learning.
|
8 |
+
|
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
|