You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From discussions with @DoraSzasz, they were having problems when several users work on the same series because one user cannot see the segmentation of another.
There are several ways for supporting that:
display all segmentations available (regardless of the creator)
display only all most recent segmentations (if several segmentations of the same object have been found)
users might want to override a segmentation of another user which should a) give a warning and b) log this somehow and keep the old label in place and save the new one
We solved this by not taking into account the username while we load the segmentation file:
globPath = os.path.join(self.resourcesDir, str(seriesNumber), "Segmentations", '*')
From discussions with @DoraSzasz, they were having problems when several users work on the same series because one user cannot see the segmentation of another.
There are several ways for supporting that:
@fedorov Any thoughts on this?
The text was updated successfully, but these errors were encountered: