-
Book Overview & Buying
-
Table Of Contents
Hands-On Computer Vision with Detectron2
By :
ONNX is an open source format for representing and sharing deep learning models between different frameworks. The models can then be deployed in various platforms (e.g., servers or mobile devices) that support these frameworks. The following sections introduce ONNX and its supported frameworks and platforms, export a PyTorch model to ONNX format, and load the exported model into the browser environment.
ONNX aims to be a universal standard for deep learning models, allowing for interoperability between different tools, libraries, and frameworks. Microsoft and Facebook initiated the ONNX project in 2017. However, this project is currently an open source project managed by the ONNX community, which includes contributors from a wide range of organizations. This means that the project has great potential and support. The format is designed to be flexible and extensible, supporting a wide range of deep learning models, including...