-
Notifications
You must be signed in to change notification settings - Fork 84
Demo minimum requirement
Yipeng Hu edited this page Jun 20, 2020
·
17 revisions
Each demo will have an independent folder directly under the 'Demos'. For simplicity, avoiding sub-folders and additional functions/classes.
Each demo should have a 'data.py' script Preferably, data are hosted in a reliable and efficient (not store in this repo please).
Each demo should have a 'train.py' script This is accompanied by a config file in the same folder;
Each demo should have a 'predict.py' script Ideally,
- A pre-trained model will be available for downloading (not store in this repo please);
- Provide at least one piece of numerical metric (Dice, distance error, etc) and one piece of visualisation to show the efficacy of the registration (optimum performance is not discussed here);
Briefly describe the clinical application and the need for registration Acknowledge data source.
tables: for google docs --> markdown, use tablesgenerator.org
formatting: for google docs --> markdown, use stackedit