Skip to content

Releases: frank1789/Flir-Lepton

0.7.4

26 Apr 14:47
Compare
Choose a tag to compare
  • fix minor problem

0.7.3

24 Apr 14:32
Compare
Choose a tag to compare

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

26 Feb 10:38
Compare
Choose a tag to compare

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

26 Feb 10:17
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
Merge branch 'master' into develop

Flir-Lepton 0.5.1

10 Feb 18:22
Compare
Choose a tag to compare
  • fix a problem when change connected device

Flir-Lepton 0.5.0

10 Feb 12:39
Compare
Choose a tag to compare

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

16 Dec 15:59
Compare
Choose a tag to compare

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