Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
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 an SMP-UNet trained on the LSDB dataset in December 2023 for GelGenie. It should only be used for low-resolution images.
|
8 |
+
|
9 |
+
The model was trained on the training set (53 images) for 600 epochs and the best checkpoint extracted based on the validation dice score.
|
10 |
+
|
11 |
+
For more details on the configuration used for training, please visit https://huggingface.co/mattaq/GelGenie-LowRes-Dec-2023 and check the config.toml file.
|
12 |
+
|