Releases: Kohulan/DECIMER-Image-Segmentation
Releases · Kohulan/DECIMER-Image-Segmentation
v1.4.0
v1.3.0
1.3.0 (2023-11-20)
Features
- delete more deprecated mask expansion code (45e0b97)
- delete tests of deleted functions (99d1b38)
- new seed pixel determination (2ef9a5e)
- remove deprecated expansion code (1ca862f)
- speed-up scikit-image and avoiding loops (fd874a3)
- Update demonstration notebook (e648541)
- update dependencies (60358c9)
- Update link to download new model (28c3397)
Bug Fixes
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
1.1.4
What's Changed
The main change is the detection of horizontal and vertical lines and their exclusion from the mask expansion to avoid the inclusion of whole tables when chemical structures are placed in them. Additionally, the segments are now sorted in the intuitive reading order thanks to @deimos1078.
- Update docstrings by @OBrink in #68
- top down, left right reading ordered segments by @deimos1078 in #72
- fix crash-inducing bug introduced with #72 by @OBrink in #75
- Horizontal vertical line exclusion by @OBrink in #77
- fix: handle failed mask center determination #63 by @OBrink in #78
- Development by @Kohulan in #79
- fix: smaller threshold for definition of long vertical or horizontal lines by @OBrink in #80
- fix: fix broken test case by @OBrink in #81
- fix: avoid crash during mask application by @OBrink in #82
- version bump: 1.1.3 --> 1.1.4 by @OBrink in #83
New Contributors
Full Changelog: V1.1.2...1.1.4
DECIMER-Segmentation-V1.1.2
- Fixes by @ad-hardy
- TensorFlow Version update