miqa icon indicating copy to clipboard operation
miqa copied to clipboard

A Medical Imaging Quality Assurance tool

Results 31 miqa issues
Sort by recently updated
recently updated
newest added

MIQA currently has specific types (T1, T2, etc.). Real world studies have aliases: t1 = T1 = t1w = T1W = T1w. MIQA would be more useful if it was...

I already closed two. The rest are here: https://github.com/OpenImaging/miqa/milestones

Scan decisions are currently an enumerated type. MiQA would be more powerful if scan decisions can be dynamically changed for each project. Does this require making scan-decisions a model? Support...

Create a new web component and expose a few parameters which control re-learning: - Number of epochs - Percentage of data to use for re-training. When only a subset of...

Instructions are here: https://github.com/OpenImaging/miqa/blob/master/miqa/learning/README.md

NN currently uses mean to combine patch outputs. Check whether some other way to combine the tiles gives better results.

Classical image quality metrics can be additional information, in addition to outputs of our trained neural network models. MRIQC: https://github.com/poldracklab/mriqc MRQy: https://github.com/ccipd/MRQy

enhancement