Skip to content

Commit

Permalink
Merge pull request #129 from developmentseed/bug/122-skynet-train-util
Browse files Browse the repository at this point in the history
Correct script reference
  • Loading branch information
drewbo committed Jan 7, 2019
2 parents 7b8953c + 2959749 commit a057f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/skynet-train-data-prep.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
`skynet-train` requires a few separate files specific to [`caffe`](https://github.com/BVLC/caffe). To create these files, we've created a [utility script](utils/skynet.py) to help connect `label-maker` with [`skynet-train`](https://github.com/developmentseed/skynet-train/). First, prepare segmentation labels and images with `label-maker` by running `download`, `labels`, and `images` from the command line, following instructions from the [other examples](README.md) or the [README](../README.md). Then, in your data folder (the script uses relative paths), run:

```bash
python utils/segnet.py
python utils/skynet.py
```

This should create the files (`train.txt`, `val.txt`, and `label-stats.csv`) which are needed for running `skynet-train`
Expand Down

0 comments on commit a057f5d

Please sign in to comment.