Skip to content

Releases: ychalier/transflow

v1.11.0 Compositor

30 Aug 15:57

Choose a tag to compare

Changelog

  • Introduced new Compositor and Layer objects to handle the manipulation of pixels
  • Forward flows are now automatically converted into backward flows
  • Removed Accumulators (they became Layer subclasses)
  • Renamed Bitmap to Pixmap (we're moving pixels, not bits)
  • Added support for multiple pixmap sources at once
  • Added mask generation from keywords
  • Added more examples
  • Added more features to the GUI
  • Added more tests
  • Refactored argument parsing for a better ease of use
  • Refactoring and cleanup of the code (e.g. type hints for NumPy arrays)

v1.10.0

29 Jul 16:49

Choose a tag to compare

Changelog

  • Refactored code into multiple files
  • Introduced flow sources builders to preprocess flow source parameters
  • Introduced a way to import and export main configuration
  • Added FramesVideoOutput to export raw frames
  • Added a logging mechanism
  • Added more tests
  • Lots of minor cleanups

v1.9.0 GUI Prototype

02 Jul 16:39

Choose a tag to compare

Changelog

  • Added GUI as a webapp running on a local server (still a work-in-progress!)
  • Added MJPEG stream output
  • Added support for multiple outputs at once
  • Added Config class for passing parameters to the main pipeline function
  • Added automation features (interruption, logging) to the main pipeline function

v1.8.0

09 May 20:19

Choose a tag to compare

Changelog

  • Added first still bitmap source
  • Added OUTER_FILL bitmap introduction flag for canvas accumulator
  • Overhaul of WebGL version
  • Misc improvements

v1.7.1

27 Jan 15:44

Choose a tag to compare

Changelog

  • Fixed issue if log_expr is not used
  • Fixed frame cursor issue with AvFlowSource and ArchiveFlowSource

v1.7.0

26 Jan 15:30

Choose a tag to compare

Changelog

  • Added support for LiteFlowNet
  • Added lock flow feature
  • Fixed bitmap image extension issues

v1.6.0

15 Jan 18:16

Choose a tag to compare

Changelog

  • Added support for multiple optical flow algorithms
  • Added Lukas-Kanade and Horn-Schunck optical flow algorithms
  • Improved Qt Window for configuring optical flow method
  • Added flow filters
  • Added bitmap repeat feature
  • Progress display now depends on bitmap duration
  • Added a way to preview output while exporting to a video file

v1.5.0

05 Jan 10:35

Choose a tag to compare

Changelog

  • Added canvas accumulator
  • Fix startfile on non-Windows platform
  • Added reset, import and export buttons to the flow config window
  • Minor refactoring and fixes

v1.4.0

31 Dec 12:25

Choose a tag to compare

Changelog

  • Added flow scaling feature

v1.3.1

17 Dec 22:13

Choose a tag to compare

Changelog

  • Reorganized asset files
  • Added default config files
  • Fixed crash when outputting a video to the root directory