cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
https://cvat.ai
MIT License
12.69k stars 3.02k forks source link

Fire events for actions such as "dump annotation" #646

Open rushtehrani opened 5 years ago

rushtehrani commented 5 years ago

The idea here would be fire an event that can be caught in a custom Django plugin. One idea would be to use Django Signals.

A use case for this would be that when an annotator dumps annotations, we can then create and push a new version of the annotations up to S3 or GCS or in our case our datasets.

rushtehrani commented 5 years ago

@nmanovic we are noticing this is a big pain point for customers, is there an interim way to address this that will be quicker than November? I am pretty sure this is something that will be very useful for everyone.