dboun / MultiPatientImageProcessing

Bulk processing of medical images
1 stars 1 forks source link

Auto calculation and saving of time for seeding/segmentation #46

Open ashishsingh18 opened 5 years ago

ashishsingh18 commented 5 years ago

Can we do auto computation and saving of seeding time and segmentation time?

Perhaps this can be displayed on the case itself as a label. That way a user doesn't need to worry about keeping track of this.

ashishsingh18 commented 5 years ago

Basically all time after clicking on create seed and till clicking 'Run' is seeding time. And time spent between clicking 'Run' and completion of segmentation is segmentation time.

dboun commented 5 years ago

Segmentation time is not really important because it is stable. We don't want the validators to report it.

The other one is easy until it isn't. What happens if the validator wants to pause when he is drawing, do we add a pause button? What happens if he loads an old seeds image and continues to work on it. How do we measure the active time in further iterations?

ashishsingh18 commented 5 years ago

We could start with the simplest case i.e. a user creating a new seed image and continuing it without any interruptions. This itself will handle at least 50% of cases.

We need to think to about the other cases.

Maybe we could also give a 'Done' trigger per subject. User will click on 'Done' when he/she is happy with resulting segmentation. And this would give us the time spent on that subject.