Release v0.5.0
Unclaimed project
Are you a maintainer of onnx-go? Claim this project to take control of your public changelog and roadmap.
Changelog
onnx-go gives the ability to import a pre-trained neural network within Go without being linked to a framework or library.
Release v0.5.0
Release v0.4.1
This is a pre-release according to issue #168
This is a pre-release to distribute a small cli able to run the Tiny YOLO v2 model for object detection.
To run this utility, you need to download the ONNX model from the zoo.
To run this utility:
✗ ./tiny_yolov2-darwin -h
Usage of ./tiny_yolov2-darwin:
-h help
-img string...
This is a pre-release able to run the emotion fer+ model. On top of that, it holds the premises of a new package to manipulate images and BCHW tensors (see internal/x).
The attachment is a simple tool that expects the emotion fer + model as input (model.onnx) and a picture encoded in gray/png and of size 64x64. (See the Makefile for options of ImageMagic...