Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiuser segmentation #151

Open
che85 opened this issue Jan 12, 2017 · 1 comment
Open

Support multiuser segmentation #151

che85 opened this issue Jan 12, 2017 · 1 comment
Assignees

Comments

@che85
Copy link
Member

che85 commented Jan 12, 2017

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

@fedorov Any thoughts on this?

@DoraSzasz
Copy link

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", '*')

instead of:
globPath = os.path.join(self.resourcesDir,str(seriesNumber),"Segmentations",
self.getSetting('UserName')+'*')

in the "checkAndLoadLabel" method.

The segmentation files are thus visible by any user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants