Home

Awesome

HDMapGen: A Hierarchical Graph Generative Model of High Definition Maps

This is the Pytorch reimplementation of HDMapGen: A Hierarchical Graph Generative Model of High Definition Maps.

For detailed experiments please go to the following project page

Visualization

Model generation steps

Dependencies

Python 3, PyTorch(1.2.0)

Other dependencies can be installed via

pip install -r requirements.txt

Important Config Variables

Other config variables have self-explanatory names.

To understand the code flow properly please use the file: config/gran_grid_small.yaml and set num_subgraph_batch to 1.

Run Demo/Train/Test

Demo

Train

Test

Cite

To cite this reimplementation please use:

@misc{agshar96HDMapGenReimplementation,
	author = {},
	title = {{H}{D}{M}ap{G}en: {R}eimplementation and {E}xperiments --- agshar96.github.io},
	howpublished = {\url{https://agshar96.github.io/HDMapGen_Reimplemented/}},
	year = {2024},
}

Acknowledgements

Our implementation extends the model described in the paper GRAN. The code for the paper can be found here