sergiopaniego HF Staff commited on
Commit
c2154b1
·
1 Parent(s): 6de0d2d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - sergiopaniego/CarlaFollowLanePreviousV
5
+ ---
6
+
7
+
8
+ * GPU: NVIDIA GeForce 3090
9
+ * CUDA: 11.6
10
+ * Driver version: 510.54
11
+ * Input shape (200,66,3)
12
+
13
+ # Tensorflow
14
+
15
+ * Tensorflow version: 2.7.0 / 2.11.0
16
+ * TensorRT version: 7.2.2.1
17
+ * Docker image: nvcr.io/nvidia/tensorflow:20.12-tf2-py3
18
+ * nvidia-tensorrt: 7.2.2.1
19
+
20
+ | Model name | Visual memory | Kinematic memory | Model size (MB) | Filename |
21
+ | ------------------------------- | ---------------------- | ---------------------- | ---------------------- | --------------------------------- |
22
+ | PilotNet | ✗ | ✗ | 122 | 20230125-120238_pilotnet_CARLA_14_12_dataset_bird_eye_300_epochs_no_flip_3_output_both_directions_all_towns_adam_AFFINE_PAPER.h5 |
23
+ | DeepestLSTMTinyPilotNet | ✗ | ✗ | 0.9 | 20230126-183457_deepestLSTMTinyPilotNet_CARLA_14_12_dataset_bird_eye_400_epochs_no_flip_3_output_both_directions_all_towns__less_learning_rate_PAPER_cp.h5 |
24
+ | PilotNetx3 (TimeDistributed) | ✓ | ✗ | 15.1 | 20230220-105422_pilotnet_small_more_more_LSTM_x3_CARLA_14_12_dataset_bird_eye_300_epochs_no_flip_3_output_both_directions_all_towns_sequences_more_more_extreme_t_5_t_10_dataset_AFFINE_PAPER_cp.h5 |
25
+ | PilotNetx3 (Conv3D) | ✓ | ✗ | 127 | 20230222-110851_memDCCP_small_LSTM_2_CARLA_14_12_dataset_bird_eye_300_epochs_no_flip_3_output_both_directions_all_towns_sequences_more_more_extreme_AFFINE_PAPER_cp.h5 |
26
+ | PilotNet | ✗ | ✓ | 122 | 20230127-180655_pilotnet_CARLA_17_10_dataset_bird_eye_300_epochs_no_flip_3_output_velocity_all_towns_vel_30_AFFINE.h5 |
27
+ | DeepestLSTMTinyPilotNet | ✗ | ✓ | 0.9 | 20230127-180856_deepestLSTMTinyPilotNet_CARLA_17_10_dataset_bird_eye_300_epochs_no_flip_3_output_velocity_all_towns_vel_30_AFFINE_PAPER.h5 |
28
+ | PilotNetx3 (TimeDistributed) | ✓ | ✓ | 15.1 | 20230221-162112_pilotnet_x3_small_CARLA_14_12_dataset_bird_eye_300_epochs_no_flip_3_output_velocity_both_directions_all_towns_sequences_more_extreme_previous_V_AFFINE_PAPER_cp.h5 |
29
+ | PilotNetx3 (Conv3D) | ✓ | ✓ | 127 | 20230221-175351_memDCCP_small_CARLA_14_12_dataset_bird_eye_300_epochs_no_flip_3_output_velocity_both_directions_all_towns_sequences_more_extreme_previous_V_AFFINE_PAPER_cp.h5 |
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+