zapaishchykova / SegmentationReview

Slicer3D extension for rating using Likert-type score Deep-learning generated segmentations, with segment editor functionality. Created to speed up the validation process done by a clinician - the dataset loads in one batch with no need to load masks and volumes separately.
MIT License
25 stars 9 forks source link

small improvements #5

Closed deepakri201 closed 1 year ago

deepakri201 commented 1 year ago

A few small issues:

  1. I noticed that the numbering in 'Checked' starts with 0, maybe it could start from 1 which could be better for clinicians?
  2. Perhaps you also want to sort the files so that they can be reviewed in order.
  3. Maybe a timestamp would be better instead of "_upd" appended to the name
zapaishchykova commented 1 year ago
  1. Thats a good suggestion, i'd gladly take a pull request with such fix
  2. The sorting is tricky, since the definition of order can be different - by date? by name?
  3. Good idea with timestamp, pull requests are very welcome!