Releases: waikato-datamining/video-frame-selector
Releases · waikato-datamining/video-frame-selector
Release v0.0.9
Release v0.0.8
process.py
andprocess_redis.py
now allow iterating through images (.jpg, .png) in a directoryprocess_redis.py
now handles predictions in bytes or str
Release v0.0.7
process.py
now adheres to the--output_metadata
flagprocess_redis.py
allows processing of frames via Redis backend
Release v0.0.6
frames processed
output is now always being output- added logging output for frame file and metadata file in
verbose
mode
Release v0.0.5
- added
--output_metadata
flag that stores information on predictions and cropping when outputting frames
Release v0.0.4
- added
--crop_to_content
flag that crops the frames to the bounding boxes
(only when not generating an output video) - added
--crop_margin
option to enforce a buffer around cropped region - added
--crop_min_width
and--crop_min_height
options to enforce a minimum width/height
Release v0.0.3
- added
--poll_interval
option (#2) - added logging output for when writing image to disk
Release v0.0.2
- fixed
return
statement inprocess_image
method - added more debugging output
- added
--analysis_keep_files
option for debugging purposes, which won't delete the output of the image analysis framework - added options for defining a frame window (
--from_frame
,--to_frame
)
Release v0.0.1
- initial release