Generate and load dataset of road network maps.
- Use pip to install necessary python packages
pip install -r requirements.txt. - Run
python run.pyscript. It will store .dill files in the data/output/ directory. - These dill files can be read using the
ImgGroupReaderobject inread.py. Runread.pyto run a small test for the same.