Agent-Driver icon indicating copy to clipboard operation
Agent-Driver copied to clipboard

How to generate the Neural Modules?

Open BoMingZhao opened this issue 1 year ago • 1 comments

I appreciate your excellent work. I would like to ask how the Neural Modules mentioned in the paper are generated. Because when I read the code, I feel that the data is preprocessed, and the tool box only reads information from the .pkl file.

BoMingZhao avatar Mar 27 '24 10:03 BoMingZhao

Thanks for your interest in our work! We pre-processed the perception results from the modules in uniad. The data caching process is deeply integrated into the uniad repo, so it is hard to move the code into this repo. If you'd like to reproduce the data caching part, you can simply load the pretrained checkpoint from the uniad model and hook the detection/prediction/map/occ results from its intermediate outputs. You will get the same cached data.

PointsCoder avatar Mar 28 '24 03:03 PointsCoder