Skip to content

Commit 6093cf4

Browse files
merge
2 parents 1c07e2b + bb9d136 commit 6093cf4

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# PlaneNet
1+
# PlaneNet: Piece-wise Planar Reconstruction from a Single RGB Image
2+
By Chen Liu, Jimei Yang, Duygu Ceylan, Ersin Yumer, and Yasutaka Furukawa
3+
4+
## Introduction
5+
6+
This paper presents the first end-to-end neural architecture for piece-wise planar reconstruction from a single RGB image. The proposed network, PlaneNet, learns to directly infer a set of plane parameters and corresponding plane segmentation masks. For more details, please refer to our CVPR 2018 [paper](http://art-programmer.github.io/planenet/paper.pdf) or visit our [project website](http://art-programmer.github.io/planenet.html).
27

38
## Dependencies
49
Python 2.7, TensorFlow (>= 1.0), numpy, opencv 3.
@@ -20,7 +25,13 @@ cd ..
2025
```
2126

2227
### Data preparation
23-
We convert [ScanNet](http://www.scan-net.org/) data to *.tfrecords* files for training and testing. The *.tfrecords* file can be downloaded from [here](https://mega.nz/#!IvAixABb!PD3wJtXX_6W3qtfKZQtl_P07mYPLwWst3cwbvuTXlSY).
28+
We convert [ScanNet](http://www.scan-net.org/) data to *.tfrecords* files for training and testing. The *.tfrecords* file can be downloaded from [here](https://wustl.box.com/s/d3vmtei5sin40svky6dcbe2aqhh5tmoz) (training) and [here](https://mega.nz/#!IvAixABb!PD3wJtXX_6W3qtfKZQtl_P07mYPLwWst3cwbvuTXlSY) (testing).
29+
30+
For the training data, please run the following command to merge downloaded files into one *.tfrecords* file.
31+
32+
```bash
33+
cat training_data_segments/* > planes_scannet_train.tfrecords
34+
```
2435

2536
### Training
2637
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.
@@ -70,3 +81,7 @@ python pool.py
7081
```
7182

7283
Use mouse to play:)
84+
85+
## Contact
86+
87+
If you have any questions, please contact me at [email protected].

0 commit comments

Comments
 (0)