All Projects → BBuf → onnx_learn

BBuf / onnx_learn

Licence: other
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to onnx learn

Php Opencv
php wrapper for opencv
Stars: ✭ 194 (+162.16%)
Mutual labels:  onnx
onnx-registry
Intelligent Component Registry web service for managing and using snn, dnn, and ml models, which is stored in onnx format.
Stars: ✭ 21 (-71.62%)
Mutual labels:  onnx
AgentOCR
一个多语言支持、易使用的 OCR 项目。An easy-to-use OCR project with multilingual support.
Stars: ✭ 98 (+32.43%)
Mutual labels:  onnx
Netron
Visualizer for neural network, deep learning, and machine learning models
Stars: ✭ 17,193 (+23133.78%)
Mutual labels:  onnx
Tengine
Tengine is a lite, high performance, modular inference engine for embedded device
Stars: ✭ 4,012 (+5321.62%)
Mutual labels:  onnx
fastT5
⚡ boost inference speed of T5 models by 5x & reduce the model size by 3x.
Stars: ✭ 421 (+468.92%)
Mutual labels:  onnx
Mobilenetv3 Ssd
MobileNetV3-SSD for object detection and implementation in PyTorch
Stars: ✭ 188 (+154.05%)
Mutual labels:  onnx
optimizer
Actively maintained ONNX Optimizer
Stars: ✭ 383 (+417.57%)
Mutual labels:  onnx
Deepstream Project
This is a highly separated deployment project based on Deepstream , including the full range of Yolo and continuously expanding deployment projects such as Ocr.
Stars: ✭ 120 (+62.16%)
Mutual labels:  onnx
emnist dl2prod
JuPyter Notebooks and Python Package for Deep Learning Model Exploration, Translation and Deployment
Stars: ✭ 31 (-58.11%)
Mutual labels:  onnx
Sklearn Onnx
Convert scikit-learn models and pipelines to ONNX
Stars: ✭ 206 (+178.38%)
Mutual labels:  onnx
Openseeface
Robust realtime face and facial landmark tracking on CPU with Unity integration
Stars: ✭ 216 (+191.89%)
Mutual labels:  onnx
amdovx-modules
AMD OpenVX modules: such as, neural network inference, 360 video stitching, etc.
Stars: ✭ 106 (+43.24%)
Mutual labels:  onnx
Volksdep
volksdep is an open-source toolbox for deploying and accelerating PyTorch, ONNX and TensorFlow models with TensorRT.
Stars: ✭ 195 (+163.51%)
Mutual labels:  onnx
Tengine-Convert-Tools
Tengine Convert Tool supports converting multi framworks' models into tmfile that suitable for Tengine-Lite AI framework.
Stars: ✭ 89 (+20.27%)
Mutual labels:  onnx
Paddle2onnx
PaddlePaddle to ONNX model converter
Stars: ✭ 185 (+150%)
Mutual labels:  onnx
pytorch YOLO OpenVINO demo
No description or website provided.
Stars: ✭ 73 (-1.35%)
Mutual labels:  onnx
arcface retinaface mxnet2onnx
arcface and retinaface model convert mxnet to onnx.
Stars: ✭ 53 (-28.38%)
Mutual labels:  onnx
AnimeGANv3
Use AnimeGANv3 to make your own animation works, including turning photos or videos into anime.
Stars: ✭ 878 (+1086.49%)
Mutual labels:  onnx
epic-awesome-gamer
🍷 Gracefully claim weekly free games and monthly content from Epic Store.
Stars: ✭ 600 (+710.81%)
Mutual labels:  onnx

onnx_learn

记录学习ONNX的一些资料以及提供一些实践经验。

依赖

  • numpy 必选
  • onnx 必选
  • onnxruntime 可选,如果脚本里面使用到了onnxruntime则需要安装
  • pytorch 可选,如果脚本里面使用到了pytorch则需要安装

代码结构

  • convert2onnx
    • pytorch2onnx_resize.py 通过Pytorch导出ONNX模型,Reshape操作
  • onnxapi
    • creat_onnx_example.py 创建一个onnx模型例子
  • tools 维护一个工具类,方便修改ONNX模型来解决ONNX版本迭代以及框架之间对OP定义的不兼容问题
  • test_tool.py 测试ONNX工具类

学习笔记

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].