1 | snc4onnx<br> | | Simple tool to combine(merge) onnx models. Simple Network Combine Tool for ONNX. |
2 | sne4onnx<br> | | A very simple tool for situations where optimization with onnx-simplifier would exceed the Protocol Buffers upper file size limit of 2GB, or simply to separate onnx files to any size you want. Simple Network Extraction for ONNX. |
3 | snd4onnx<br> | | Simple node deletion tool for onnx. Simple Node Deletion for ONNX. |
4 | scs4onnx<br> | | A very simple tool that compresses the overall size of the ONNX model by aggregating duplicate constant values as much as possible. Simple Constant value Shrink for ONNX. |
5 | sog4onnx<br> | | Simple ONNX operation generator. Simple Operation Generator for ONNX. |
6 | sam4onnx<br> | | A very simple tool to rewrite parameters such as attributes and constants for OPs in ONNX models. Simple Attribute and Constant Modifier for ONNX. |
7 | soc4onnx<br> | | A very simple tool that forces a change in the opset of an ONNX graph. Simple Opset Changer for ONNX. |
8 | scc4onnx<br> | | Very simple NCHW and NHWC conversion tool for ONNX. Change to the specified input order for each and every input OP. Also, change the channel order of RGB and BGR. Simple Channel Converter for ONNX. |
9 | sna4onnx<br> | | Simple node addition tool for onnx. Simple Node Addition for ONNX. |
10 | sbi4onnx<br> | | A very simple script that only initializes the batch size of ONNX. Simple Batchsize Initialization for ONNX. |
11 | sor4onnx<br> | | Simple OP Renamer for ONNX. |
12 | soa4onnx<br> | | Simple model Output OP Additional tools for ONNX. |
13 | sod4onnx<br> | | Simple model Output OP Deletion tools for ONNX. |
14 | ssi4onnx<br> | | Simple Shape Inference tool for ONNX. |
15 | sit4onnx<br> | | Tools for simple inference testing using TensorRT, CUDA and OpenVINO CPU/GPU and CPU providers. Simple Inference Test for ONNX. |
16 | onnx2json<br> | | Exports the ONNX file to a JSON file. |
17 | json2onnx<br> | | Converts a JSON file to an ONNX file. |
18 | sed4onnx<br> | | Simple ONNX constant encoder/decoder. Since the constant values in the JSON files generated by onnx2json are Base64-encoded values, ASCII <-> Base64 conversion is required when rewriting JSON constant values. |
19 | ssc4onnx<br> | | Checker with simple ONNX model structure. Simple Structure Checker for ONNX. Analyzes and displays the structure of huge size models that cannot be displayed by Netron. |
20 | sio4onnx<br> | | Simple tool to change the INPUT and OUTPUT shape of ONNX. |
21 | svs4onnx<br> | | A very simple tool to swap connections between output and input variables in an ONNX graph. Simple Variable Switch for ONNX. |
22 | onnx2tf<br> | | Self-Created Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC). The purpose of this tool is to solve the massive Transpose extrapolation problem in onnx-tensorflow (onnx-tf). |
23 | sng4onnx<br> | | A simple tool that automatically generates and assigns an OP name to each OP in an old format ONNX file. |
24 | sde4onnx<br> | | Simple doc_string eraser for ONNX. |
25 | spo4onnx<br> | | Simple tool for partial optimization of ONNX. Further optimize some models that cannot be optimized with onnx-optimizer and onnxsim by several tens of percent. In particular, models containing Einsum and OneHot. |
26 | components_of_onnx<br> | [WIP] | ONNX parts yard. The various operations described in Operator Schemas are converted in advance into OP stand-alone ONNX files. |