NVIDIA / ai-assisted-annotation-client

Client side integration example source code and libraries for AI-Assisted Annotation SDK
Other
308 stars 64 forks source link

Rework Slicer segmentation plugin #47

Closed lassoan closed 4 years ago

lassoan commented 4 years ago
SachidanandAlle commented 4 years ago

Merged.. but i see a small issue.. when i do auto-segment (say for spleen) it creates new segment instead of editing/modifying the selected one.... any reasons for that?

Screenshot from 2019-12-16 11-12-17

lassoan commented 4 years ago

Auto-segment may create several segments from scratch, without any user inputs. It is for the user's convenience that he does not have to pre-create any segments but all the segments are created automatically.

Annotation is different because it requires user input, which the user may want to tune and then re-run the annotation. Also, most annotation models create only a single segment.

You can find example workflow descriptions here: https://github.com/NVIDIA/ai-assisted-annotation-client/tree/master/slicer-plugin#tutorials-and-examples. Let me know if you have suggestions for improvements.

SachidanandAlle commented 4 years ago

Auto-segment may create several segments from scratch, without any user inputs. It is for the user's convenience that he does not have to pre-create any segments but all the segments are created automatically.

Annotation is different because it requires user input, which the user may want to tune and then re-run the annotation. Also, most annotation models create only a single segment.

You can find example workflow descriptions here: https://github.com/NVIDIA/ai-assisted-annotation-client/tree/master/slicer-plugin#tutorials-and-examples. Let me know if you have suggestions for improvements.

i see now.. we have changed the first behavior here to make easier for user.. :)

after loading the image, user need not to create any label for auto-segmentation... user can directly select the model and run auto-segmentation.. 👍