Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Version 1.0.2 - 2021-01-16

Modified

  • Bugfix - Fixed Image Dimension Checks in image_utils.py

Version 1.0.1 - 2020-09-27

Added

  • Signature to detect.py
  • Intel Licensing information for intel_inference.py
  • Additional Comment on main.py

Modified

  • Bugfix - Fixed Detector to accept gray scale images in detect.py
  • Changed Default Detector Confidence to 0.75 in config.json to avoid false positives

Version 1.0.0 - 2020-09-22

Added

  • First Release
  • Face Detection using Intel OpenVINO face-detection-0104 model
  • Face Blurring using OpenCV
  • Performance Optimizations
  • Automatic Weights Download
  • Logging