Offline preprocessing worker
In a new sub folder worker_yolo/offline
, create a new preprocess
module that will implement the YOLOPreprocess
worker.
This is a simple worker, that basically download images and saves them to disk in self.task_data_dir
.
You should only have to call open_image
on the element.