Project-MONAI / MONAILabel

MONAI Label is an intelligent open source image labeling and learning tool.
https://docs.monai.io/projects/label
Apache License 2.0
628 stars 196 forks source link

Submit Label button functionality #207

Closed pritesh-mehta closed 3 years ago

pritesh-mehta commented 3 years ago

Currently, clicking "Submit Label" in 3DSlicer interface will initiate model training. In my opinion, it would be better if "Submit Label" only saves the "labelfinal". Model training should only occur if "Update Model" is clicked.

For example, if I receive 10 new unlabeled images, my preference would be to proceed as follows:

10 times (Next Sample + + Submit Label) + Update Model

rather than:

10 times (Next Sample + + Submit Label + )

The latter would be frustrating as a process.

If 100 new unlabeled images are received, user could choose to click "Update Model" at intervals of e.g. 5/10/20.

SachidanandAlle commented 3 years ago

have you checked the Edit => Application Settings => MONAILabel

Some users (radiologist don't care when the model should be updated) and some wants to control by themself as you mentioned above.

So there is a settings for the plugin to enable/disable some default behavior.

image