View Source Changelog
release-0-1-9-dec-18-2022
Release 0.1.9(Dec 18 2022)
- Major Features and Improvements
- feed back from AxonInterp project.
- added demo_yolov4.
- revised documents.
- added the ability to download model files from the url.
- added the ability to give hints about I/O tensor of the model.
release-0-1-8-aug-15-2022
Release 0.1.8(Aug 15 2022)
Breaking Changes (from OnnxInterp 0.1.5)
- the previous download source of nlohmann-json is gone, so changed to another one.
Bug Fixes and Other Changes (from OnnxInterp 0.1.4)
- added two more ways to specify box in NMS.
release-0-1-7-jul-11-2022
Release 0.1.7(Jul 11 2022)
* fixed non_max_suppression_multi_class/7.
release-0-1-6-jun-29-2022
Release 0.1.6(Jun 29 2022)
- Major Features and Improvements
- Feedback based on OnnxInterp design.
- update Tensorflow to 2.9.1.
release-0-1-5-apl-4-2022
Release 0.1.5(Apl 4 2022)
- Major Features and Improvements
- add session mode.
- add processing time measurement function.
- update Tensorflow to 2.8.0.
release-0-1-4-feb-6-2022
Release 0.1.4(Feb 6 2022)
- Bug Fixes and Other Changes
- adjust word alignment of NMS parameter to ARMs.
release-0-1-3-jan-30-2022
Release 0.1.3(Jan 30 2022)
Breaking Changes
- change installation methods. see README.md for detail.
Major Features and Improvements
- move the directory to download Tensorflow to "3rd_party".
- supported Nerves ARMv6, ARMv7NEON and AArch64(not yet tested).
Bug Fixes and Other Changes
- corrected CMakeLists scripts for MSYS2/MinGW64.
- revised demo_mnist to fit cimg_ex 0.1.8.
release-0-1-2-jan-17-2022
Release 0.1.2(Jan 17 2022)
Breaking Changes
Major Features and Improvements
- remove C++ code that depend on C++20 features: src/tfl_interp.cc.
- limit dependency of mix_cmake to
dev
.
Bug Fixes and Other Changes