Skip to content

Commit

Permalink
Merge pull request #122 from frankkramer-lab/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
muellerdo authored May 18, 2022
2 parents c3f9a73 + 077f721 commit 181cfa4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![shield_pypi_downloads](https://img.shields.io/pypi/dm/aucmedi?style=flat-square)](https://pypistats.org/packages/aucmedi)
[![shield_license](https://img.shields.io/github/license/frankkramer-lab/aucmedi?style=flat-square)](https://www.gnu.org/licenses/gpl-3.0.en.html)

The open-source software AUCMEDI allows fast setup of medical image classification pipelines with state-of-the-art methods via an intuitive, high-level Python API or via an AutoML deployment through Docker/CLI .
The open-source software AUCMEDI allows fast setup of medical image classification pipelines with state-of-the-art methods via an intuitive, high-level Python API or via an AutoML deployment through Docker/CLI.

## Work in Progress!

Expand Down
1 change: 1 addition & 0 deletions aucmedi/ensemble/augmenting.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def predict_augmenting(model, prediction_generator, n_cycles=10, aggregate="mean
aug_gen = DataGenerator(samples_aug,
path_imagedir=prediction_generator.path_imagedir,
labels=None,
metadata=prediction_generator.metadata,
batch_size=prediction_generator.batch_size,
data_aug=data_aug,
seed=prediction_generator.seed,
Expand Down
2 changes: 1 addition & 1 deletion docs/README.PyPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![shield_pypi_downloads](https://img.shields.io/pypi/dm/aucmedi?style=flat-square)](https://pypistats.org/packages/aucmedi)
[![shield_license](https://img.shields.io/github/license/frankkramer-lab/aucmedi?style=flat-square)](https://www.gnu.org/licenses/gpl-3.0.en.html)

The open-source software AUCMEDI allows fast setup of medical image classification pipelines with state-of-the-art methods via an intuitive, high-level Python API or via an AutoML deployment through Docker/CLI .
The open-source software AUCMEDI allows fast setup of medical image classification pipelines with state-of-the-art methods via an intuitive, high-level Python API or via an AutoML deployment through Docker/CLI.

## Resources
- Website: [AUCMEDI Website - Home](https://frankkramer-lab.github.io/aucmedi/)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='aucmedi',
version='0.5.1',
version='0.5.2',
description='AUCMEDI - a framework for Automated Classification of Medical Images',
author='Dominik Müller',
author_email='dominik.mueller@informatik.uni-augsburg.de',
Expand Down

0 comments on commit 181cfa4

Please sign in to comment.