Skip to content

Commit 27424ec

Browse files
Update README.md
1 parent af36b9f commit 27424ec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ This is a joint work of [Vadim Kantorov](http://vadimkantorov.com), [Maxime Oqua
1616

1717
We strongly recommend using [wigwam](http://wigwam.in/) for this (fix the paths to `nvcc` and `libcudnn.so` before running the command):
1818

19-
```$ wigwam install torch hdf5 matio protobuf lua-rapidjson lua-hdf5 lua-matio lua-loadcaffe -DPATH_TO_NVCC="/path/to/cuda/bin/nvcc" -DPATH_TO_CUDNN_SO="/path/to/cudnn/lib64/libcudnn.so"```
19+
```
20+
$ wigwam install torch hdf5 matio protobuf -DPATH_TO_NVCC="/path/to/cuda/bin/nvcc" -DPATH_TO_CUDNN_SO="/path/to/cudnn/lib64/libcudnn.so"
21+
$ wigwam install lua-rapidjson lua-hdf5 lua-matio lua-loadcaffe
22+
```
2023
2. Clone this repository and compile the ROI pooling module:
2124

2225
```

0 commit comments

Comments
 (0)