From 46ce4b7d6a388a93ba7e4bd214dcc07a9acb312d Mon Sep 17 00:00:00 2001 From: Katsuya Hyodo Date: Sat, 16 Apr 2022 09:59:11 +0900 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3a67bd6..02152dc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # [WIP] soc4onnx A very simple tool that forces a change in the opset of an ONNX graph. **S**imple **O**pset **C**hanger for **ONNX**. + +![image](https://user-images.githubusercontent.com/33194443/163655662-622b470c-c893-439a-82b0-85bd6a406647.png) +```bash +$ soc4onnx \ +--input_onnx_file_path NonMaxSuppression.onnx \ +--output_onnx_file_path NonMaxSuppression_13.onnx \ +--opset 13 +``` +![image](https://user-images.githubusercontent.com/33194443/163655699-b456b01b-957a-40f6-9703-547c1769f8d8.png)