Active Learning Training System #1270
Replies: 3 comments
-
|
great, will take a look |
Beta Was this translation helpful? Give feedback.
-
|
Nice work, would be great if we could work together in the future to try and incorporate some of this in Viseron directly. |
Beta Was this translation helpful? Give feedback.
-
High level workflow
Object detector snippet: MQTT snippet:
Compared to Frigate+It has been a couple years since I used Frigate and I never fully used Frigate+ (e.g. use the hosted service to generate a model). I did do some image annotation and upload to Frigate+ infratructure but things could have changed in that time.
Again, I do not know much about the details of the process and things might have changed over the last couple of years. Tighter integration with ViseronWhen I first started this I envisioned very tight coupling with Viserion. With the current approach that is not the case. The only interface is MQTT and generic Viseron configuration. Drawbacks:
I don't see anything in the ODTP (LS extraction/dataset consolidation with COCO/training pipeline) that would benefit from tigher Viseron coupling. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
When training my own models I was slowed down by gathering new images for me to annotate. As an active Viseron user I was initially looking at changes to Viseron to support this process. From the very helpful discussion in that thread I stepped back and revisited my approach.
The outcome of that is the creation of ALTS. At a high level, it is an MQTT client that receives events from Viseron and uses those as a basis for feeding Label Studio images and metadata to be used by an operator to annotate the images. These would then be used by model training process to (hopefully) improve the object detection model.
It is completely separate from Viseron. Although this causes some challenges, it seems like the right decision due to all the complexity in automating the triage process.
I have only been using it for a few days now but so far it has been extremely helpful. I have ideas for enhancement including generating links to the point in the Viseron stream that generated the snapshot.
Thanks for your assistance @roflcoopter and @kaburagisec!.
Beta Was this translation helpful? Give feedback.
All reactions