I have a custom image model that I'd like to use during training to pre-annotate data. I can set the eg["label'] property with my class prediction like so.
But I would like to pre-fill the choice box itself. So that my annotator can simple hit "accept" or correct the choice and then accept.
What property of the task do I modify to achieve this?