Skip to content

Commit

Permalink
Added masking levels to README
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeinSorkhei authored Aug 26, 2021
1 parent f50dabc commit 604ce9f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# CSAW-M
This repository contains code for [_CSAW-M: An Ordinal Classification Dataset for Benchmarking Mammographic Masking of Cancer_](https://openreview.net/forum?id=nlJ1rV6G_Iq). Source code for training models to estimate the mammographic masking level along with the checkpoints are made available here.
The repo containing the annotation tool developed to annotate CSAW-M could be found [here](https://github.com/MoeinSorkhei/CSAW-M_Annotation_Tool).
_---- This repo is under construction and is contunusously being updated! ----_

Our work is licensed [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/).
<p align="middle">
<img src="figs/masking_levels.png" />
</p>

Our work is licensed [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/).
_---- This repo is under construction and is contunusously being updated! ----_.


### Training
In order to train a model, please refer to `scripts/train.sh` where we have prepared commands and arguments to train a model. In order to encourage reproducibility, we also provide the cross-validation splits that we used in the project (please refer to the dataset website to access them). `scripts/cross_val.sh` provides example commands to run cross-validation.
Expand Down

0 comments on commit 604ce9f

Please sign in to comment.