https://github.com/nobuotsukamoto/onnx-examples
ONNX Examples (Python)
https://github.com/nobuotsukamoto/onnx-examples
Last synced: 6 months ago
JSON representation
ONNX Examples (Python)
- Host: GitHub
- URL: https://github.com/nobuotsukamoto/onnx-examples
- Owner: NobuoTsukamoto
- License: mit
- Created: 2021-12-02T22:37:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T10:22:50.000Z (over 1 year ago)
- Last Synced: 2024-10-29T08:41:15.043Z (11 months ago)
- Language: Python
- Size: 603 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# onnx-examples
## About
ONNX Examples (Python)## List of examples.
|[DeepLab V3+ EdgeTPUV2 and AutoSeg EdgeTPU](python/deeplabv3_edgetpuv2)|
|:--:|
|Convert TensorFlow Lite to ONNX |
||## Reference
- [ONNX](https://onnx.ai/)
- [ONNX Runtime](https://github.com/microsoft/onnxruntime)