Skip to content

2.0.2

Compare
Choose a tag to compare
@stefanklut stefanklut released this 25 Apr 09:31
· 49 commits to main since this release

Release Notes for Laypa Version 2.0.2

Date: 2024-4-18

Overview

Minor bug fixes

New Features

  • None

Enhancements

  • Remove /encrypted/ from configs: This folder only existed on a specific server, now all configs should be usable without changing this manually
  • Not longer wrong augmentations: Using the wrong augmentation for validation resulted in resizing twice, thus outputting the wrong metrics
  • Better augmentation visualization: Use real configs to show the effect of augmentations
  • Docs update: update eval.py docs

Deprecations and Removals

  • None

Known Issues

  • Edge size not set: Preprocessing of images using the older method of having one size length be the same for all images is broken. Therefore training cannot start with PREPROCESS.RESIZE.RESIZE_MODE longest_edge or PREPROCESS.RESIZE.RESIZE_MODE shortest_edge

Docker Image

The Docker image for version 2.0.2 can be obtained using the following command:

docker pull loghi/docker.laypa:2.0.2

Contributors


Full Changelog: 2.0.1...2.0.2