Releases: galliot-us/smart-social-distancing
Releases · galliot-us/smart-social-distancing
0.7.0
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
0.5.0
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 ofdefault
orarea0
) (#133)
Fixed:
- Broken Posenet reference on Coral (#128)
0.4.0
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
intoconfig-jetson-nano.ini
andconfig-jetson-tx2.ini
(#117)
Fixed:
0.3.0
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:
0.2.0
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:
Removed:
- Deprecated frontend and ui backend (#73)
Smart Social Distancing
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