Commit
·
500edcf
1
Parent(s):
fec3b29
Add model card metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🧠 UNet Fibril Segmentation Model
|
| 2 |
|
| 3 |

|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- pytorch
|
| 5 |
+
- unet
|
| 6 |
+
- image-segmentation
|
| 7 |
+
- biomedical
|
| 8 |
+
- fluorescence-microscopy
|
| 9 |
+
- amyloid
|
| 10 |
+
- fibril
|
| 11 |
+
- research
|
| 12 |
+
library_name: segmentation_models.pytorch
|
| 13 |
+
inference: false
|
| 14 |
+
datasets: []
|
| 15 |
+
language: []
|
| 16 |
+
model-index:
|
| 17 |
+
- name: UNet Fibril Segmentation
|
| 18 |
+
results: []
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
|
| 22 |
# 🧠 UNet Fibril Segmentation Model
|
| 23 |
|
| 24 |

|