Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Include making image as first step, before Preprocessing (HDF5 to images). Script outputs error otherwise.
  • Loading branch information
Ehsaan committed May 23, 2018
1 parent 35640f3 commit 4bc0d80
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -50,6 +50,14 @@ on commodity hardware. (link to the [paper video](http://bit.ly/2fDd9iJ))

## Quick start

- Make image binary

```
cd image
mkdir bin
make
```

- Preprocessing (HDF5 to images):

```
Expand Down

0 comments on commit 4bc0d80

Please sign in to comment.