1.2.10
Release Notes for Laypa Version 1.2.6-1.2.10
Date: 2023-10-27
Overview
Refactor and image loading changes
New Features
- Case insensitive file extensions: Support for (for example) .PNG .JPG
- Direct loading tensors: Load png and jpg directly to tensor (not currently on due to tiff support being required)
Enhancements
- More accurate status codes API: Updated status code to more accurately reflect the error type
- Model loading location: Load during inference not during /predict
- Bugfix loading model during training: Correctly load model to start training from previous step (TRAIN.WEIGHTS)
- Refactor xml_converter: Move critical conversion parts to this file instead of the pageXML format
- Standardize formatting: Following black formatter for python
Deprecations and Removals
- None
Docker Image
The Docker image for version 1.2.10 can be obtained using the following command:
docker pull loghi/docker.laypa:1.2.10
Contributors
- @stefanklut: Only maintainer currently
Full Changelog: 1.2.5...1.2.10