Skip to content

Commit 5131d2f

Browse files
Create README.md
1 parent e019207 commit 5131d2f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# PlaneNet
2+
3+
## Dependencies
4+
Python 2.7, TensorFlow (>= 1.0), numpy, opencv 3.
5+
6+
## Getting started
7+
To train the network from the pretrained DeepLab network, please first download the DeepLab model [here](https://github.com/DrSleep/tensorflow-deeplab-resnet) (under the Caffe to TensorFlow conversion), and then run the following command.
8+
9+
```bash
10+
python train_planenet.py --restore=0
11+
```

0 commit comments

Comments
 (0)