vjrantal / iot-edge-darknet-module

18 stars 8 forks source link

Introduce device method to pull single images to the cloud #3

Open vjrantal opened 6 years ago

vjrantal commented 6 years ago

Currently, only metadata is sent to the cloud, but not the images. Idea would be to introduce a device method that could be called from a cloud component so that images can be processed there.

One use case would be to request images that have low prediction accuracy to the cloud to be re-labelled and used while re-training the model.