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
transunet/models/scenario1_binary_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:94218617ef8ab13421e5eb4cfedbcc9a401f477eeeef69a69b012b93a6711a6f
|
| 3 |
+
size 468834936
|
transunet/models/scenario2_multiclass_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca58ae763e50b605160e041927fe21697f569815278f13fd54296421f825cebb
|
| 3 |
+
size 468835136
|
transunet/models/training_history_s1.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e4caebb450d476240daeaabba83307763bd1e4eaa4baf013031c2d49450bf551
|
| 3 |
+
size 1802
|
transunet/models/training_history_s2.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c08655b02cbfd64483d603f29a97465b992ef0835acf1679b2c7c47773113ec8
|
| 3 |
+
size 2210
|