Open
Description
Hey,
First thanks for your awesome plugin!
Some background: I'm trying to create a detection model for bone cells, in order to create an automated tool for cell counting. It will shorten the time period of biomedical researchers in this field.
I have 3 questions. It is my first machine learning task, so those questions are quite basics :)
- I have a set of annotated images: an image file (PNG) and Json file containing the coordinates of each class. Do you know how can I create easily based on this data tagged image (containing overlay layer) without doing manual work?
- Can I create an online model, a model which keeps on learning based on feedback? If the answer is yes, is there a friendly user interface for giving feedback to the model? Do I have to run the model manually once I get feedback, or can it be done automatically?
- Can I download the model and use it as an input for model written in python?
Thanks!
Shahar