Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about running main.py #6

Open
joventino opened this issue Apr 16, 2020 · 4 comments
Open

Question about running main.py #6

joventino opened this issue Apr 16, 2020 · 4 comments

Comments

@joventino
Copy link

Hi,
I was able to run preprocessing and training, as described in the readme. However I am not understanding how to run the main.py for a new image series.
What kind of file should I need to provide in "python main.py --load_model=" ?

@mozhagn1991
Copy link

Hi there,
You just need to specify the created folder in the model directory for instance after training my model I got a new file named 20200810-1641 in the model directory. You just need to address it:
ython main.py --load_model=20200810-1641

@rboucenna
Copy link

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 you ++++

@rboucenna
Copy link

It's not possible to load models?

@rboucenna
Copy link

import matplotlib.pyplot as plt
CT_test=load_model.predict([MR_test])
plt.imshow(CT_test[0], cmp=binary)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants