Skip to content

Commit a98105f

Browse files
Update README.md
1 parent 4d5f3bb commit a98105f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@ Python 2.7, TensorFlow (>= 1.0), numpy, opencv 3.
55

66
## Getting started
77
### Compilation
8-
Please run the *make* command under the root folder to compile the library for computing the set matching loss. (See [here](https://github.com/fanhqme/PointSetGeneration) for details.)
8+
Please run the following commands to compile the library for the [crfasrnn module](https://github.com/sadeepj/crfasrnn_keras).
9+
```bash
10+
cd cpp
11+
sh compile.sh
12+
cd ..
13+
```
14+
15+
To train the network, you also need to run the following commands to compile the library for computing the set matching loss. (See [here](https://github.com/fanhqme/PointSetGeneration) for details.)
16+
```bash
17+
cd nndistance
18+
make
19+
cd ..
20+
```
921

1022
### Data preparation
1123
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).

0 commit comments

Comments
 (0)