LAV
LAV copied to clipboard
(CVPR 2022) A minimalist, mapless, end-to-end self-driving stack for joint perception, prediction, planning and control.
Thank you for the great effort that you have put in the project and for making it available publicly. I am facing an issue while training the full models using...
Hi @dotchen, When are you planning to release the real model weights?
Thanks for your fantastic work! I have read the paper and noticed that the mapping prediction and detection in perception training are both supervised. Since I didn't find details about...
Hi there, I would like to test the pre-trained model against pedestrian models that I have been developing. I see there is a weight folder but still not sure how...
Hi Chen, thank you so much for sharing your amazing work! I tried and was able to run your pretrained agent with weight checkpoints in weights folder. Currently, I decided...
Thanks for your great work, I meet this question of "RuntimeError: failed to connect to newly created map" during evalution. Would you give me some suggestion?
continue the training step without a break otherwise, there may be an error like here: ```python File "/LAV/lav/utils/datasets/lidar_painted_dataset.py", line 27, in __getitem__ lidar_painted = self.__class__.access('lidar_sem', lmdb_txn, index, 1).reshape(-1,len(self.seg_channels)) File "/LAV/lav/utils/datasets/basic_dataset.py",...
Hi Chen, thanks for the wonderful work. I would like to ask you some questions about the code in `lav_agent.py`. 1. Does the npxs means the next target point about...
Really impressed in your work. May I ask how you load the patches on map during evaluating? I looked thoroughly but failed to find ways. Really thanks if you are...
I start a carla docker image, and copy the LAV code into the container. The RouteScenorio1 last around 2hours and exit with the message "RuntimeError: Timeout: Agent took too long...