Skip to content

1.3.12

Compare
Choose a tag to compare
@stefanklut stefanklut released this 22 Mar 11:28

Release Notes for Laypa Version 1.3.11-1.3.12

Date: 2024-3-22

Overview

Bug fixes for squarelines and AMP. Duplication detection in preprocessing

New Features

  • Duplication detection based on filename: Detect duplicates and where the are coming from. Also useful to see overlap in GT datasets (if names are meaningful)

Enhancements

  • Fix issue with color drawing of square lines: Panoptic segmentation with square lines is now supported
  • Fix top bottom drawing in: bug made all previously drawn lines part of the top bottom calculation
  • Fix typo that prevented AMP during training: See Deprecations and Removals for how to use it

Deprecations and Removals

  • AMP is turned off by default: Users experience issues with bfloat16. To prevent multiple people coming with this question the AMP has been turned off. To turn it back on for training and inference use MODEL.AMP_TRAIN.ENABLED and MODEL.AMP_TEST.ENABLED respectively.

Known Issues

  • None

Docker Image

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

docker pull loghi/docker.laypa:1.3.12

Contributors


Full Changelog: 1.3.10...1.3.12