I am delineating the ROI(Tumor) in abdominal MRIs and then extract the radiomics features for further search.
When import dicom files from directory, I found the speed is very slow. And it spent a lot of time on “updating displayed fields”,which needs more than 2 hrs importing one patient MRI data.
It would be good to profile things - my sense is that the gui is being updated more than needed, but it could also be something in the database indexing.
I have already found a couple of issues around indexing (for example, the file system watcher triggered very frequent database view updates) and already fixed them in my branch.
I may do some more profiling with a large DICOM data set before I send the pull request.