skaliy commited on
Commit
28ec6a4
·
1 Parent(s): 83d83b0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -7,7 +7,9 @@ tags:
7
  ---
8
  # Endometrical cancer segmentation
9
 
10
- This repository contains trained weigts and exported learner for a residual U-Net trained on the data from the study [Automated segmentation of endometrial cancer on MR images using deep learning](https://link.springer.com/content/pdf/10.1038/s41598-020-80068-9.pdf) with the objective of reproducing the reported results.
 
 
11
 
12
  The source code for training and running inference on your own data is available at: https://github.com/MMIV-ML/fastMONAI/tree/master/research/endometrical_cancer.
13
 
 
7
  ---
8
  # Endometrical cancer segmentation
9
 
10
+ This repository contains weights and exported learner (encapsulates both the model architecture and its trained parameters) for a deep learning model designed to automate the segmentation of endometrial cancer on MR images.
11
+ Our model utilizes a Residual U-Net architecture, trained on data derived from the study [Automated segmentation of endometrial cancer on MR images using deep learning](https://link.springer.com/content/pdf/10.1038/s41598-020-80068-9.pdf).
12
+ The primary objective of this repository is to reproduce the results reported in the study.
13
 
14
  The source code for training and running inference on your own data is available at: https://github.com/MMIV-ML/fastMONAI/tree/master/research/endometrical_cancer.
15