Skip to content

v0.7

No due date 0% complete

Create new Detector interface, and remove StatsManager. The new Detector interface will allow detectors to return other types of events instead of just cuts (e.g. fade in/out), include confidence scores in each measurement, and determine the amount of time that passes between frames for temporal corrections. StatsManager will be removed as it acts similar…

Create new Detector interface, and remove StatsManager. The new Detector interface will allow detectors to return other types of events instead of just cuts (e.g. fade in/out), include confidence scores in each measurement, and determine the amount of time that passes between frames for temporal corrections. StatsManager will be removed as it acts similar to a regular Python dictionary object, however replacement functionality to save to a CSV will be made available.