You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.8 KiB
1.8 KiB
TODO
- add
shape inferencefeature (mentioned in this issue) - ensure the model is fully loaded before modify() is called.
- otherwise
NameError: name 'onnx_modifier' is not definederror will be invoked.
- otherwise
- support desktop application.
- Windows
- Linux
- support more flexible downloading schema
- As this request notes, the current downloading schema prevents
onnx-modifierfrom being deployed remotely as a service.
- As this request notes, the current downloading schema prevents
- support combine models.
- support user-defined input/output number when the type of node's input/output is list.
- slim the code.
- because some
.jsfiles (like electron.js and even python.js) in thestaticfolder andelectron.htmlintemplatesfolder are legacy of Netron and can be further slimmed.
- because some
- support adding model input/output node.
- fix issue that "extra model inputs" emerges after deleting nodes. issue#12
- support adding more complicated nodes (which has some simple parameters like
reshape).
Some known reference issues/feature requests
-
add node (experimentally supported)
-
(extend output's dim): https://github.com/onnx/onnx/issues/2709
-
add node (NMS): https://github.com/onnx/onnx/issues/2216
-
add node (add preprocess nodes): https://zhuanlan.zhihu.com/p/394395167
-
-
combine models (not supported):
-
modify attribute of nodes (supported)
-
remove layer (supported): https://github.com/onnx/onnx/issues/2638