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

Define features of 0.1 #7

Open
8 tasks
DrAnaximandre opened this issue Aug 27, 2017 · 3 comments
Open
8 tasks

Define features of 0.1 #7

DrAnaximandre opened this issue Aug 27, 2017 · 3 comments
Assignees
Milestone

Comments

@DrAnaximandre
Copy link
Collaborator

DrAnaximandre commented Aug 27, 2017

We should agree on some features to put in the frozen version.
I thought about the following :

Feel free to add issues and ideas or tell if some feature is not essential.

@tfunck
Copy link
Owner

tfunck commented Aug 28, 2017

I agree with all of the above. I also started adding a 'verbose' option will 4 different levels:
0 -- run silently
1 -- basic: basic info about what the program is doing (e.g., load data, train model, save model, etc.)
2 -- detailed: detailed information about what's going (e.g., which subject is being loaded/saved to numpy, which image is being predicted and saved, etc.)
3 -- debug: print information that would be of no interest to anyone except developpers (e.g., size of numpy arrays, etc.)

@tfunck
Copy link
Owner

tfunck commented Aug 28, 2017

I can take care of the readme, documentation and clobber

@tfunck
Copy link
Owner

tfunck commented Aug 28, 2017

Also we may want to change the name of the project because the code can now do much more than just learn brain masks from PET images. The user can define the string that the code uses to find the inputs (by default PET) and labels (by default brain masks). So one could try to set the inputs to T1 images and the outputs to FDG PET, or T1 images to brain masks, or T1 images to any other labeled image.

This makes the code super useful to anyone in brain imaging who wants to do deep learning but doesn't want to deal with the hassles of data management.

So the point of giving the project a new name would be to convey the idea that this is a sort of all purpose code for doing deep learning with keras on brain images.

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

No branches or pull requests

4 participants