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

Update README.md

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