It is a qt based onnx editor by pure python, more recommended the cpp version: https://github.com/OYCN/OnnxEditorV2
# install from pypip
pip install onnxeditor
# or install by git link
pip install -U git+https://github.com/OYCN/OnnxEditorV3.git
- Graph Input / Output
- Add / Remove
- Edit shape
- Graph Node
- Add / Remove
- Edit
name
- Edit
op_type
- Edit
attribute
- Not support edit tensor yet
- Support Tensor Edit
Sorry, we not test for all case :<
Q:
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: linuxfb, eglfs, minimal, minimalegl, vnc, wayland, vkkhrdisplay, offscreen, wayland-egl, xcb.
A:
reference: https://bugreports.qt.io/browse/PYSIDE-2306
sudo apt install libxcb-cursor0