Skip to content

Commit 64e6ce3

Browse files
committed
Update readme to reflect new scripts
1 parent 8e45390 commit 64e6ce3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
Generate and load dataset of road network maps.
33

44
# Quick start
5-
* Use requirements file to install pip packages.
6-
* Run `maps.py` script. It will generate many PIL Image objects.
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.

0 commit comments

Comments
 (0)