AI-vBRAIN commited on
Commit
f5e90be
·
verified ·
1 Parent(s): 92d94bd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -14
README.md CHANGED
@@ -64,17 +64,3 @@ model = tf.keras.models.load_model("model.h5", compile=False)
64
 
65
  # Run inference
66
  output = model.predict(input_data)
67
-
68
- Here, input_data refers to a CT image, and the corresponding T1-weighted (T1w) image is produced as the output.
69
-
70
- For detailed instructions on how to use each module of the pyMEAL software, please refer to the tutorial section of our GitHub repository.
71
-
72
-
73
- ### How to Get Support
74
-
75
- For help, contact:
76
-
77
- - Dr. Ilyas (<amoiIyas@hkcoche.org>)
78
- - Dr. Maradesa (<amaradesa@hkcoche.org>)
79
-
80
-
 
64
 
65
  # Run inference
66
  output = model.predict(input_data)