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 8e45390 commit 64e6ce3Copy full SHA for 64e6ce3
README.md
@@ -2,5 +2,6 @@
2
Generate and load dataset of road network maps.
3
4
# Quick start
5
-* Use requirements file to install pip packages.
6
-* Run `maps.py` script. It will generate many PIL Image objects.
+* Use pip to install necessary python packages `pip install -r requirements.txt`.
+* 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.
0 commit comments