Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

0.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Nov 14:50

[0.7.1] - 2019-11-19

Fixed

  • Update to fix broken CI script

[0.7.0] - 2019-11-19

Added

  • PR#57 CLI: Added the flip-and-rotate subcommand which applies flip and rotation transforms to each example input and adds them as additional examples. Thanks @JD557!
  • PR#60 added the ability to specify a channel to use as
    the inpaint mask instead of a separate image. Thanks @khskarl!
  • Added SessionBuilder::inpaint_example_channel
  • CLI: Added --inpaint-channel <r|g|b|a>

Changed

  • Replace failure crate for error handling with just std::error::Error

Fixed

  • Validate that the --m-rand / random_sample_locations parameter is > 0. #45