NVIDIA / monai-cloud-api

MONAI Cloud API developments for intelligent imaging and learning tools, fostering innovation in medical imaging and AI-driven services.
Apache License 2.0
24 stars 12 forks source link

QA NVBug Enhancement 1: Switch panel to clear points #4

Closed tangy5 closed 7 months ago

tangy5 commented 11 months ago

In point prompts, when the model changes to another one, the previous points are cleared in some cases but are retained in other cases. The behaviors are not consistent so the user experience is impacted.

Reproduce steps 1, Log in to the playground, select a study, and open the OHIF viewer page 2, Open the MONAI Service panel, and then open the Point Prompts tab 3, Change the model to "my_vista", select "liver" in the list options, and set some points on the images 4, Change the model to "monaistuff_vista", this clears the points set in step #3 5, Repeat step #3 6, Switch to the Segmentation panel 7, Repeat step #2, at this point the model "monaistuff_vista" is selected by default and the points set in step #5 are retained 8, Change the model to "my_vista", this clears the points set in step #5

Expected results The points retain/clear behaviors in step #4, #7, and #8 should be consistent

tangy5 commented 7 months ago

Close as completed