Missing backslashes right after mo (#11216)

This commit is contained in:
Eddy Kim
2022-03-25 19:39:33 +09:00
committed by GitHub
parent 5e3e8d6084
commit 200026f28b
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ These instructions are applicable only to the Faster R-CNN model converted to th
**Step 2**. To generate the Intermediate Representation (IR) of the model, change your current working directory to the Model Optimizer installation directory and run the Model Optimizer with the following parameters:
```sh
mo
mo \
--input_model FasterRCNN-10.onnx \
--input_shape [1,3,800,800] \
--input 0:2 \

View File

@@ -6,7 +6,7 @@ These instructions are applicable only to the Mask R-CNN model converted to the
**Step 2**. To generate the Intermediate Representation (IR) of the model, change your current working directory to the Model Optimizer installation directory and run the Model Optimizer with the following parameters:
```sh
mo
mo \
--input_model mask_rcnn_R_50_FPN_1x.onnx \
--input "0:2" \
--input_shape [1,3,800,800] \