-
support desktop application.
-
support more flexible downloading schema
- As this request notes, the current downloading schema prevents
onnx-modifier
from being deployed remotely as a service.
- As this request notes, the current downloading schema prevents
-
support adding more complicated nodes (which has some simple parameters like
reshape
). -
support adding model input/output node.
-
support combine models.
-
support user-defined input/output number when the type of node's input/output is list.
-
slim the codes.
- because some
.js
files (like electron.js and even python.js) in thestatic
folder andelectron.html
intemplates
folder are legacy of Netron and can be further slimmed.
- because some
-
add node (experimentally supported)
-
(extend output's dim): onnx/onnx#2709
-
add node (NMS): onnx/onnx#2216
-
add node (add preprocess nodes): https://zhuanlan.zhihu.com/p/394395167
-
-
combine models (not supported):
-
modify attribute of nodes (supported)
- topk: onnx/onnx#2921
-
remove layer (supported): onnx/onnx#2638