From a4d5e25c1b668d1018bf9125c21c86537593c63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=B6ger?= Date: Fri, 22 Mar 2024 15:12:00 +0100 Subject: [PATCH] changes for newest version, including renderable teaser image --- README.md | 4 +--- setup.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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.",