Image Segmentation
Flair
Keras
tensorflow
medical-imaging
white-matter-hyperintensities
mri
deep-learning
neurology
multiple-sclerosis
Instructions to use Bawil/wmh_leverage_normal_abnormal_segmentation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Flair
How to use Bawil/wmh_leverage_normal_abnormal_segmentation with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("Bawil/wmh_leverage_normal_abnormal_segmentation") - Keras
How to use Bawil/wmh_leverage_normal_abnormal_segmentation with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Bawil/wmh_leverage_normal_abnormal_segmentation") - Notebooks
- Google Colab
- Kaggle
Upload 4 files
Browse files
deeplabv3plus/models/scenario1_binary_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf22b01b17a7f10ca7dff2b9348f83d618c6858bed2c2209f952ec94d8e36825
|
| 3 |
+
size 485397072
|
deeplabv3plus/models/scenario2_multiclass_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:521521903a9bf8f90b4a8e4c5624210b5be79f69adbfb3c8a04872d9a1d7de88
|
| 3 |
+
size 485403224
|
deeplabv3plus/models/training_history_s1.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ecffd7cfd27248079486125aa7716c297c973d854dd4047d2f677ed0f0f567ad
|
| 3 |
+
size 1802
|
deeplabv3plus/models/training_history_s2.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:deac3c7a36a2e3c4d76c0f6948d04c884ff98408a2e8977d7e9deb69ea590995
|
| 3 |
+
size 1904
|