Closed lassoan closed 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?
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.
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.. 👍