Skip to content

Commit 259f516

Browse files
authored
Update README.md
1 parent 351eb05 commit 259f516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ git clone https://github.com/msracver/FCIS.git
9393
git checkout 62ecb60
9494
git submodule update
9595
```
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
96+
3.2 Copy operators in `$(FCIS_ROOT)/fcis/operator_cxx` to `$(YOUR_MXNET_FOLDER)/src/operator/contrib` by
9797
```
98-
cp -r $(FCIS_ROOT)/rfcn/operator_cxx/* $(MXNET_ROOT)/src/operator/contrib/
98+
cp -r $(FCIS_ROOT)/fcis/operator_cxx/* $(MXNET_ROOT)/src/operator/contrib/
9999
```
100100
3.3 Compile MXNet
101101
```

0 commit comments

Comments
 (0)