Skip to content

Releases: waikato-datamining/video-frame-selector

Release v0.0.9

26 Jan 20:55
Compare
Choose a tag to compare
  • added support for pruning frames that do not exhibit enough change over the previous one (--prune, --bw_threshold, --change_threshold)

Release v0.0.8

02 Nov 00:50
Compare
Choose a tag to compare
  • process.py and process_redis.py now allow iterating through images (.jpg, .png) in a directory
  • process_redis.py now handles predictions in bytes or str

Release v0.0.7

02 Nov 00:35
Compare
Choose a tag to compare
  • process.py now adheres to the --output_metadata flag
  • process_redis.py allows processing of frames via Redis backend

Release v0.0.6

04 Aug 23:42
Compare
Choose a tag to compare
  • frames processed output is now always being output
  • added logging output for frame file and metadata file in verbose mode

Release v0.0.5

04 Aug 23:26
Compare
Choose a tag to compare
  • added --output_metadata flag that stores information on predictions and cropping when outputting frames

Release v0.0.4

02 Aug 22:51
Compare
Choose a tag to compare
  • 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

02 Aug 01:50
Compare
Choose a tag to compare
  • added --poll_interval option (#2)
  • added logging output for when writing image to disk

Release v0.0.2

02 Aug 01:49
Compare
Choose a tag to compare
  • fixed return statement in process_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

20 Jul 22:20
Compare
Choose a tag to compare
  • initial release