Releases: DT42/BerryNet
Releases · DT42/BerryNet
v3.10.2
v3.10.1
Added
- Get
berrynet
Python Wheel on PyPI bndyda
module is the interface to use a Dyda data pipeline as a single service / engine.- Experimental -
dyda_config_update
is the mockup to updae Dyda pipeline configuration remotely.
Changed
- Make
camera
andfbdashboard
clients to be AIKEA-compatible w/o customization. - Docker support from Debian Stretch to Buster.
Fixed
- TFLite compatibility issue caused by v2.3.0 API changes.
- OpenVINO compatibility issue caused by 2020.1 for x86 update.
Release v3.7.0
Installation image, md5sum, and installation guide:
- https://berrynet.s3.amazonaws.com/images/2019-07-15-raspbian-buster-berrynet.zip
- https://berrynet.s3.amazonaws.com/images/2019-07-15-raspbian-buster-berrynet.md5sum
- https://github.com/DT42/BerryNet/wiki/Installation
Features and Improvements
- Use TFLite as default engine
- Add
bn_{tflite, openvino, darknet}
CLI executors - Update TFLite support to 1.14.0
- Update OpenVINO support to 2019R1.1
Incompatible Changes
N/A
Release v3.5.1
Installation image, md5sum, and installation guide:
- https://s3.amazonaws.com/berrynet/images/2019-05-24-raspbian-stretch-berrynet.zip
- https://s3.amazonaws.com/berrynet/images/2019-05-24-raspbian-stretch-berrynet.md5sum
- https://github.com/DT42/BerryNet/wiki/Installation
Features and Improvements
- Update Wiki pages
- Fix camera.py stream-src param issue
- Update default supervisor configuration file
Incompatible Changes
N/A
v3.5.0
Installation image, md5sum, and installation guide:
- Generating and will update later.
Features and Improvements
- Make camera.py to support video stream input.
- Push freeboard to Debian, and use the upstream version as the base of BerryNet dashboard.
Incompatible Changes
- Freeboard configuration format is changed by upstream.
Release v3.4.1
Installation image, md5sum, and installation guide:
- Will be available in the next release.
Features and Improvements
- Provide default detection application after installation is completed.
- Change service management from systemd to supervisor.
- Fix camera.py FPS parameter type.
- Fix berrynet.log permission issue.
Incompatible Changes
- berrynet-manager refactoring is on-going, and can not work currently.
- JS-based input clients (e.g. camera.js, localimg.js) refactoring is on-going, and can not work currently.
Release v2.3.0
Installation image, md5sum, and installation guide:
- https://s3.amazonaws.com/berrynet/images/berrynet-2.3.0.img
- https://s3.amazonaws.com/berrynet/images/berrynet-2.3.0.md5sum
- https://github.com/DT42/BerryNet/wiki/Installation
Features and Improvements
- Provide installation image.
- Fix node-opencv building issue.
- Fix BerryNet repository enablement issue.
Incompatible Changes
N/A
Release v2.2.0
Features and Improvements
- Support Movidius neural compute stick.
Incompatible Changes
N/A
BerryNet 2.1.0 Release Note
New Features and Updates
- Add supports for USB, RPi, and Nest cameras in both snapshot and stream modes.
- Add faster detection backend reducing inference time to ~40%.
- Add data collector for saving snapshots and inference results for data analysis.
- Add transfer learning tutorial in README for detection backend.
- Add IM client: LINE.
- Add more utilities.
- Change intermediate updating mechanism and disable periodic cleaner.