Skip to content
Thomas Kuestner edited this page Dec 19, 2017 · 5 revisions

Project status

https://waffle.io/thomaskuestner/CNNArt

Slack updates

follow the development process or ask questions via Slack:

https://kspaceastronauts.slack.com #cnnart

Repository layout

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)

Clone this wiki locally