Skip to content

Releases: galliot-us/smart-social-distancing

0.7.0

13 Apr 16:36
6757c6a
Compare
Choose a tag to compare

Added:

  • Partial (read-only) support for global Area (#150)
  • Occupancy rules for business hours (#154, #160)
  • Include processor capabilities in the config/info endpoint (#159)
  • Include authorization header in webhook logger (#161)
  • Support different models per camera (#148)
  • Estimate occupancy with In/Out metrics (#157)

Fixed:

  • Add .keep in occupancy log directories (#155)

0.6.0

23 Mar 18:55
a80bdaa
Compare
Choose a tag to compare

Added:

  • Draw Region of Interest contour in live feed (#136)
  • List overview of camera configuration (#138)
  • In/Out Boundary metric: (#135, #139, #144), #147)
  • Unitary tests for the metrics endpoints (#140)
  • Support for Docker Compose (#149)

Fixed:

  • Bad reference in config files (#137)
  • Area logger sometimes tried to start before processing started (causing error) (#141)
  • Bad reference in accessing the cameras of a config (#142)
  • Crash when logging without a classifier (#143)

0.5.0

10 Feb 20:28
01753b8
Compare
Choose a tag to compare

Added:

  • Camera IDs created with the API are now generated by the controller (#127)
  • Unitary tests for the API Router (#105)
  • Unitary tests for the Camera Router (#130)
  • Endpoints to define a Region of Interest in a given camera (#131)

Updated:

  • Readme: Supported video formats (#126)
  • Readme: DockerHub information (#129)
  • Moved references from beta.lanthorn.ai to app.lanthorn.ai (#132)
  • Readme: Added documentation on how to quickly get the processor running for a PoC (#133)
  • Polished configs making all default IDs 0 (instead of default or area0) (#133)

Fixed:

  • Broken Posenet reference on Coral (#128)

0.4.0

15 Jan 18:45
3ecd07b
Compare
Choose a tag to compare

Added:

  • Backup files into S3 (#106)
  • Yolov3 detector for x86 devices (#103)
  • Openpifpaf and OFM face-mask classifier TensorRT support for Jetson TX2 (#101)
  • OAuth in endpoints (#112)
  • Measure performance (#123)

Updated:

  • Screenshot logger (#111)
  • Video live feed (#110)
  • Readme (#118)
  • Export endpoints (#114)
  • Small refactor in API responses (#120)
  • Split config-jetson.ini into config-jetson-nano.ini and config-jetson-tx2.ini (#117)

Fixed:

  • Fixed minor issues in classifier (#102)
  • Fixed minor issues in occupancy metrics (#115)

0.3.0

22 Dec 17:40
5ae147a
Compare
Choose a tag to compare

Added:

  • Tracker parameters to GPU config (#89)
  • Parameter reboot_processor on all endpoints that update config (#87)
  • Enable slack notifications per entity (#86)
  • Openpifpaf TensorRT support (#91)
  • Global reporting (#92)
  • Add export_all endpoint (#94)
  • Occupancy metrics (#97, (#104)
  • Allow retrieving and updating all the sections in the configuration file using the API (#98)

Updated:

  • Refactor video processing pipeline (#95)
  • Extend config api (#98)
  • Use tracking information to calculate social distancing metrics (#97)
  • Reports are now generated by hour (#97)

Fixed:

  • Improved tracking (#91)
  • Fixed minor issues at classifier inference (#96)
  • Camera image endpoints capture default image (#100)

0.2.0

20 Nov 16:25
4f6cdaf
Compare
Choose a tag to compare

Added:

  • Support for running on x86 with GPU (#72)
  • Endpoint to get version, device and whether the processor has been set up (#84)
  • Endpoints to export raw data (#74)
  • Improve fault tolerance (#82)

Updated:

  • Documentation in Readme (several, mainly (#73)
  • Refactored Endpoints to not end with / (#76)
  • Some improvements in face mask detection like adding a label on top of bounding boxes (#77)
  • Improved Object tracker (IOU tracker added) (#79)

Fixed:

  • An error in face anonymizer when using PoseNet (#80, #81)

Removed:

  • Deprecated frontend and ui backend (#73)

Smart Social Distancing

18 Nov 17:27
d377ddb
Compare
Choose a tag to compare

This is the first release of the Smart Social Distancing app.
The app is dockerized and can run on Coral Dev Board, Coral USB Accelerator, Jetson Nano, x86 or Openvino.
It supports close contact detection, occupancy alerts and facemask detection on multiple video sources.

It also includes a frontend React App and a separate backend that manages some endpoints which both have been deprecated and will be removed in future versions