Giter VIP home page Giter VIP logo

onnxeditorv2's Introduction

OnnxEditor

main workflow

We will refactor this project by python: https://github.com/OYCN/OnnxEditorV3, but the performance is soo weak

Developing

You can download runable file from release

OR in the action artifacts

OR build on your computer

Not we just support ubuntu in actions

After testing, it can work on ubuntu 20.04 and 22.04

Now, we do not recommend to use it to build onnx from scratch

Please save it frequently to prevent lost your modifications due to program FATAL

Latest Release Download

Linux

Keyboard Shortcuts

  • ctl - s: save file
  • ctl - w: close file
  • ctl - e: save as
  • del or backspace: delete nodes
  • shift + mouse left pressed move: select nodes

Support List

  • Edit input/output
    • Edit name & data_type & dim
    • Add & Remove
  • Edit node
    • Edit name & op_type & input & output
    • Add & Remove
    • Edit & Add & Remove attribute
      • Edit Tensor Object
  • Built-in script
    • About Dims
      • Set BatchSize for All Node/Value
      • Shape Inference (By ONNX)
    • Check whether the node/graph is correct
  • Functional
    • Search Node
    • Switch Node display (name or op_type)
    • UI beautification

Build

On ubuntu:

# build in ./build
# ccache save to ./ccache
./script/build_static_in_docker.sh 
# (OPT) or build and copy file to ./release
./script/build_static_in_docker.sh --pkg ./release
# run
./build/main
# (OPT) pkg to appimg
./script/appimg.sh ./release

On macos:

./script/init_submodules.sh
./script/build_qt.sh
./script/build_self.sh
# run
./build/main

onnxeditorv2's People

Contributors

oycn avatar beinggod avatar

Stargazers

Mendoza avatar  avatar Haomin Kong avatar AzureRubia avatar  avatar  avatar  avatar Jeremy avatar

Watchers

 avatar

onnxeditorv2's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.