Releases: frank1789/Flir-Lepton
Releases · frank1789/Flir-Lepton
0.7.4
0.7.3
New version Flir-Lepton 0.7.3
Introduce new feature and correction
- Refactor class Object Detection
- Refactor class Classification
- Compliant C++ style guide
- Compliant correct include header files
- Bug fix
- Support multiple label file format such as: Coco, Imagenet
- Better support CMakeLists
Add build on Travis CI/CD using docker file.
Intorduce Tensorflow Lite
In this new version we introduced:
- inference object detection
- inference by classification
- pre-compiled TensorFlow lite for Raspberry Pi 3
- profiling tool for chrome: // tracing
- bug fix
0.6.1
Flir-Lepton 0.5.1
- fix a problem when change connected device
Flir-Lepton 0.5.0
This new 0.5.0 version features:
- The server now makes use of threads and is better integrated into the program;
- send image without blocking;
- simplified server information;
- correction of previous bugs;
- performance improvement;
V 0.4.0
This new 0.4.0 version features:
- restructuring of the project structure
- TCP socket for sending and receiving text messages and graphics (images)
- client ui
- server ui
- more granular support for displaying debugging messages
- correction of previous bugs
- performance improvement