Skip to content

Releases: tyler-cromwell/Retina

v0.5

26 Dec 03:14
Compare
Choose a tag to compare

Conformed to PEP 8.
Using env to determine python interpreter.
Renamed settings section General to Camera.
Removed algorithm module.
Added function to identify face against known faces.
Compiling with CUDA support.
Added dependency install script.
More code cleanup.

v0.4

29 Aug 18:46
Compare
Choose a tag to compare

Added class to represent configuration.
Added new tool, compare_faces.py.
Can recognize faces from an image file.
Saves algorithm name in recognizer model filename.
Recognition returns confidence values separately.
Uses -1 for confidence value of an unknown person.
Made Tkinter optional.

v0.3

26 Jul 06:11
Compare
Choose a tag to compare

Added Haar and LBP classifiers
Added settings for dedicated testing machine
Added a script to process raw images for training
Can preview preprocessing steps in display window
Improved preprocessing (recognition improved)
Retrieving confidence value
More bug fixes

v0.2

23 May 04:30
Compare
Choose a tag to compare

Data set is created with and without glasses.
Added frame preprocessing.
Added install instructions.
Added dependency list.
Fixed various bugs.

v0.1

02 Apr 21:57
Compare
Choose a tag to compare

Capable of recognizing specific faces once trained.
Added a tool for creating a recognizer training set.
Added a tool for training and saving a recognizer.