I have created a model and downloaded the docker image over my local. I wanted to know how to implement active learning after doing these two steps. I tried running the inference over local and was successful in doing that but I am not able to understand the active learning pipeline. Can anyone please help out on this, I am a newbie on the Roboflow platform.
Primarily, Roboflow is mostly in the cloud. You can annotate your images, manage your datasets, train your models, and infer on them in the cloud. When using local inference, it just shifts the inference portion locally, but nothing else.
You can use our image upload API to upload low confidence or incorrect images back into your project, where the model can learn from the new real-world data.