-
Notifications
You must be signed in to change notification settings - Fork 17
Home
Thomas Kuestner edited this page Dec 19, 2017
·
5 revisions
https://waffle.io/thomaskuestner/CNNArt
follow the development process or ask questions via Slack:
https://kspaceastronauts.slack.com #cnnart
GUI (all GUI-related code)
config (configuration files)
deepvis (deep visualization codes)
matlab (old matlab code)
networks
+--motion (binary classification for motion artifacts)
| +--NETWORK_NAMES (each network has its own subfolder)
+--multiclass
| +--NETWORK_NAMES (each network has its own subfolder)
utils (data preprocessing: patching, splitting)
DatabaseInfo.py (database info class)
MRData.py (MRData class, information to each image in the database)
cnn_main.py (main function for network calls)
main.py (main function performing: data loading, patching, splitting, training and testing)