We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a253d54 commit 0868868Copy full SHA for 0868868
README.md
@@ -1,11 +1,11 @@
1
# MapDatasetGenerator
2
Generate and load dataset of road network maps.
3
4
-# Quick start
+<!-- # Quick start
5
* Use pip to install necessary python packages `pip install -r requirements.txt`.
6
* Run `python run.py` script. It will store .dill files in the data/output/ directory.
7
* These dill files can be read using the `ImgGroupReader` object in `read.py`. Run `read.py` to run a small test for the same.
8
-
+ -->
9
10
# Installation from pip
11
0 commit comments