diff --git a/README.md b/README.md index f192e3f..e610fe7 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ [**SelfClean Paper**](https://arxiv.org/abs/2305.17048) | [**Data Cleaning Protocol Paper**](https://arxiv.org/abs/2309.06961) -

- -

+![SelfClean Teaser](https://github.com/Digital-Dermatology/SelfClean/raw/main/assets/SelfClean_Teaser.png)

diff --git a/setup.py b/setup.py index c48e6e8..04127ab 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def parse_requirements(filename): name=PACKAGE_NAME, packages=proj_packages, package_dir={PACKAGE_NAME: SOURCE_DIRECTORY}, - version="0.0.10", + version="0.0.14", author="Fabian Groeger", author_email="fabian.groeger@unibas.ch", description="A holistic self-supervised data cleaning strategy to detect irrelevant samples, near duplicates and label errors.",