SimonGer commited on
Commit
3fd4f08
·
verified ·
1 Parent(s): e3ce406

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -1 +1,30 @@
1
- These are just the unzipped checkpoints of [TFv5](https://github.com/autonomousvision/carla_garage) provided at https://s3.eu-central-1.amazonaws.com/avg-projects-2/garage_2/models/pretrained_models.zip
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ library_name: pytorch
4
+
5
+ tags:
6
+ - carla
7
+ - carla-simulator
8
+ - autonomous-driving
9
+ - imitation-learning
10
+ - end-to-end-driving
11
+ - carla-leaderboard
12
+ - transfuser
13
+ - transfuser++
14
+
15
+ model_name: TransFuser++ (TFv5) CARLA Garage Checkpoints
16
+ language:
17
+ - en
18
+ ---
19
+
20
+ # TransFuser++ (TFv5) CARLA Garage Checkpoints
21
+
22
+ This repository re-uploads the pretrained checkpoints originally released by the CARLA Garage project:
23
+
24
+ https://github.com/autonomousvision/carla_garage
25
+
26
+ https://s3.eu-central-1.amazonaws.com/avg-projects-2/garage_2/models/pretrained_models.zip
27
+
28
+ All credit and attribution belong to the original authors.
29
+
30
+ Please refer to the original repository for code, training setup, evaluation details, and citations.