Skip to content

Commit bf31dc8

Browse files
Update README.md
1 parent 9a5f4b1 commit bf31dc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ To evaluate the performance against existing methods, please run:
5151
python evaluate.py --dataFolder="folder which contains tfrecords files"
5252
```
5353

54+
### Plane representation
55+
A plane is represented by three parameters and a segmentation mask. If the plane equation is **nx**=d where **n** is the surface normal and d is the plane offset, then plane parameters are **n**d. The plane equation is in the camera frame, where *x* points to the right, *y* points to the front, and *z* points to the up.
56+
5457
### Applications
5558
Please first download our trained network (see [Evaluation](### Evaluation) section for details). Script *predict.py* predicts and visualizes custom images (if "customImageFolder" is specified) or ScanNet testing images (if "dataFolder" is specified).
5659

0 commit comments

Comments
 (0)