-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Digital-Dermatology/selfclean_w_training
Selfclean with Training
- Loading branch information
Showing
61 changed files
with
1,159 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,29 @@ | ||
# SelfClean | ||
A holistic self-supervised data cleaning strategy to detect irrelevant samples, near duplicates and label errors. | ||
|
||
<p align="center"> | ||
<img src="assets/SelfClean_Teaser.svg"> | ||
</p> | ||
|
||
[**SelfClean Paper**](https://arxiv.org/abs/2305.17048) | ||
|
||
|
||
## Development Environment | ||
Run `make` for a list of possible targets. | ||
|
||
## Installation | ||
Run this command for installation | ||
### Installation | ||
Run these commands to install the project: | ||
```bash | ||
make init | ||
make update_data_ref | ||
make install | ||
``` | ||
|
||
## Code and test conventions | ||
- `black` for code style | ||
- `isort` for import sorting | ||
- docstring style: `sphinx` | ||
- `pytest` for running tests | ||
|
||
### Development installation and configurations | ||
To set up your dev environment run: | ||
```bash | ||
pip install -r requirements.txt | ||
# Install pre-commit hook | ||
pre-commit install | ||
``` | ||
To run all the linters on all files: | ||
To run linters on all files: | ||
```bash | ||
pre-commit run --all-files | ||
``` | ||
|
||
### Code and test conventions | ||
- `black` for code style | ||
- `isort` for import sorting | ||
- `pytest` for running tests |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.