We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351eb05 commit 259f516Copy full SHA for 259f516
README.md
@@ -93,9 +93,9 @@ git clone https://github.com/msracver/FCIS.git
93
git checkout 62ecb60
94
git submodule update
95
```
96
- 3.2 Copy operators in `$(FCIS_ROOT)/rfcn/operator_cxx` or `$(FCIS_ROOT)/faster_rcnn/operator_cxx` to `$(YOUR_MXNET_FOLDER)/src/operator/contrib` by
+ 3.2 Copy operators in `$(FCIS_ROOT)/fcis/operator_cxx` to `$(YOUR_MXNET_FOLDER)/src/operator/contrib` by
97
98
- cp -r $(FCIS_ROOT)/rfcn/operator_cxx/* $(MXNET_ROOT)/src/operator/contrib/
+ cp -r $(FCIS_ROOT)/fcis/operator_cxx/* $(MXNET_ROOT)/src/operator/contrib/
99
100
3.3 Compile MXNet
101
0 commit comments