From 3204a61323fbdd0b785947506d609034c342a0cb Mon Sep 17 00:00:00 2001 From: Vittorio Cuculo Date: Thu, 14 Feb 2019 10:46:34 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5116f4e..55863ea 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ git clone https://github.com/msracver/Flow-Guided-Feature-Aggregation.git git clone --recursive https://github.com/apache/incubator-mxnet.git cd incubator-mxnet git checkout v0.10.0 - git submodule update + git submodule update --init --recursive ``` 3.2 Copy operators in `$(FGFA_ROOT)/fgfa_rfcn/operator_cxx` to `$(YOUR_MXNET_FOLDER)/src/operator/contrib` by ```