mattaq commited on
Commit
0828f93
1 Parent(s): be739f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ pipeline_tag: image-segmentation
4
+ library_name: pytorch
5
  ---
6
+
7
+ This model consists of a nnU-Net trained on the GelGenie training dataset in December 2023. It is highly robust and should produce good results for a wide variety of gel types and resolutions. The model was packaged into a torchscript file by scripting many of the data processing functions within the model itself. As such, it is quite a large and complicated model and will require a GPU to run efficiently.
8
+
9
+ The model was trained on the training set (420 images) for 600 epochs and the best checkpoint extracted based on the validation pseudo-dice score (using the nnU-Net training package).
10
+
11
+ For more details on the configuration used for training, please visit https://huggingface.co/mattaq/GelGenie-nnUNet-Dec-2023 and check the config files.
12
+
13
+ For the original nnU-Net package and for more details on the nnU-Net model itself, please check https://github.com/MIC-DKFZ/nnUNet.