rboucenna
Results
3
comments of
rboucenna
Hi both, Ok to load the model but how I can apply this model for new MR images and plot CT images? CT_Images=Load_model.predict(MR imagesFolder) How to do this ? Thank...
It's not possible to load models?
import matplotlib.pyplot as plt CT_test=load_model.predict([MR_test]) plt.imshow(CT_test[0], cmp=binary)