Skip to content

Commit a057f5d

Browse files
authored
Merge pull request #129 from developmentseed/bug/122-skynet-train-util
Correct script reference
2 parents 7b8953c + 2959749 commit a057f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/skynet-train-data-prep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
`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:
1010

1111
```bash
12-
python utils/segnet.py
12+
python utils/skynet.py
1313
```
1414

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

0 commit comments

Comments
 (0)