Offline preprocess: Add padding when needed
Follow up of #59 (closed)
The online worker support padding, but not the offline one. We need to load the model to know the min_size
. We should update the YOLOPreprocess
worker to have model_usage: required
(like DAN), load the model and apply padding when loading/saving images. YOLOPreprocess
can inherit to YOLOClassifier