maxim-igenbergs commited on
Commit
b8e737e
·
verified ·
1 Parent(s): 60f4bc9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: pytorch
4
+ pipeline_tag: other
5
+ tags:
6
+ - autonomous-driving
7
+ - carla
8
+ - end-to-end
9
+ - trajectory-prediction
10
+ - reproduction
11
+ ---
12
+
13
+ ## TCP – Trajectory-Guided Control Prediction (Reproduced Checkpoint)
14
+
15
+ This model rehosts a community-trained reproduction of **TCP: Trajectory-Guided Control Prediction for End-to-End Autonomous Driving** (Wu et al., NeurIPS 2022).
16
+ It is provided only to enable reproducible evaluation in a bachelor’s-thesis context.
17
+
18
+ - Framework: PyTorch
19
+ - Input: front RGB camera (3×256×256) + target point (2)
20
+ - Output: continuous controls [steer, throttle, brake]
21
+ - Training data: CARLA 9.10 expert dataset
22
+ - File: `best_model.ckpt`
23
+ - License: Apache 2.0
24
+
25
+ Origin: unofficial reproduction shared in the public TCP GitHub issue #11 (Oct 2022).
26
+ Not affiliated with or endorsed by the original authors or OpenDriveLab.