Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1 +1,30 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|