TCP icon indicating copy to clipboard operation
TCP copied to clipboard

[NeurIPS 2022] Trajectory-guided Control Prediction for End-to-end Autonomous Driving: A Simple yet Strong Baseline.

Results 40 TCP issues
Sort by recently updated
recently updated
newest added

Hi~ author, In my opinion, TCP model directly use raw image and some measurement signal as input, and doesn't consider intermediate perception results. But how does it learn traffic light...

Hi~ author, I wanna ask if measurement state is well designed for the best metric? For example, is command info (like "turn left") is a must? can I just use...

Hi, thank you for releasing the code and dataset. Will you also release the pretrained weights of your model that you have used for your leaderboard submission? This would make...

First thank you for sharing the source code and datasets. Really an excellent work. However, When I following the manual to run the evaluation by `sh leaderboard/scripts/run_evaluation.sh`, I found out...

Hello, first of all thank you for sharing the TCP code base! When we attempted to use TCP with Carla 0.9.13, we found that the TCP agent returned "**break**" value...

hello! first thank you for releasing this codebase. though it might be a silly problem, but i want to ask the environment that you setup the carla program: in a...

Excuse me, there are some operational problems about "python TCP/train.py --gpus" python TCP/train.py --gpus 1 Traceback (most recent call last): File "TCP/train.py", line 171, in train_set = CARLA_Data(root=config.root_dir_all, data_folders=config.train_data, img_aug...

Sorry for the qusetion, I have downloaded all the datasets from Baidu. But I do not know how to set the dataset path in ``TCP/config.py``. I am using window os....

Dear All, I am a student engaged in automatic driving project. I'm currently running your code. Please provide us with your model ckpt file and results_ TCP.json file can be...

Dear All, I am a student working on a project involving testing ADAS/AV and scenario synthesis using [BeamNG.tech](https://beamng.tech/) and would love to run (test) your driving agent in that simulator....