- fix(pyproject.toml): downgrade to tensorflow 2.11 (
81ca68a
)
- build(poetry.lock): update dependencies (
08abc52
)
- ci(PythonSematicRelease): update python semantic release to v8 (
2a50002
)
-
docs(README.md): add small clarification on what to expect when using the docker image (
6d6df66
) -
docs(README.md): fixes typo and docker image version (
1a4d631
) -
docs(README.md): add PyPI badge and mention eyepy fory for loading the results (
771a38f
)
- fix(segment.py): fix bug where existing layers are used for drusen computation instead of predicted (
15d0114
)
- fix(pyproject.toml): switch to major versioning
BREAKING CHANGE: (139d462
)
-
docs(README.md;-CITATION.cff): add prefered citation, change from eyeseg to eyesegpy because of availability (
7d638c0
) -
docs(README): add bibtex reference (
feead26
)
- fix(pyproject.toml;-CITATION.cff): fix versioning (
ca4dbab
)
- refactor(eyeseg): refactor, cleanup and document eyeseg
BREAKING CHANGE: (2341908
)
- refactor(eyeseg): work with .eye files for storing results instead of pickel
BREAKING CHANGE: (239c660
)
-
build(docker/scripts): add instructions on how to build and use a docker image for this package (
c25e805
) -
build: introduce semver and automatic publishing (
8109603
)
-
docs(README.md): Remove image download note - use dockerhub instead (
094cca0
) -
docs(scripts): add logging and informative messages to the octseg application (
9c36c91
) -
docs(README.md): complete the documentation for the current functionalities (
5f3b17c
) -
docs(README.md): add development documentation (
f84e9d5
)
-
feat(eyeseg): add Bioptigen model (
8b99881
) -
feat(eyeseg): commit latest changes (
7c394e9
) -
feat(Dockerfile): update to tensorflow 2.9.1 and set WORKDIR to /home/data by default (
2709a68
) -
feat(eyeseg): add train command to train model (
1a86c2c
) -
feat(scripts): separate drusen quantification from drusen computation; add plotting of overview and B-scans (
3d8aa8e
) -
feat(scripts): predict layers, compute drusen and quantify drusen with user defined grid (
bec8d82
)
-
fix(pyproject.toml): update eyepie to 0.6.3 (
1e065a2
) -
fix(quantify.py): add number of B-scans and correct volume name in results (
d399227
) -
fix(plot-bscans): specify any folder in the input folder hierarchy to plot bscans for all contained volumes (
3cf6ac1
) -
fix(scripts): keep folder structure of input for processed folder (
bb6bcef
) -
fix(plot_bscans.py): use all volumes if none are specified (
c76b306
) -
fix(scripts): fixed output_path overwrite and improve logging (
d919cc1
) -
fix(scripts): fix missing context for drusen command and missing output folder (
e82e4b9
)