m3dev / gokart

Gokart solves reproducibility, task dependencies, constraints of good code, and ease of use for Machine Learning Pipeline.
https://gokart.readthedocs.io/en/latest/
MIT License
318 stars 57 forks source link

gokart.file_processor.BinaryFileProcessor for png/jpg files #149

Closed Hi-king closed 3 years ago

Hi-king commented 3 years ago

This resolves #148

Add gokart.file_processor.BinaryFileProcessor which just pass bytes to target file. TargetOnKart with files with '.png' or '.jpg' extentions will automatically use BinaryFileProcessor

Hi-king commented 3 years ago

@vaaaaanquish Is this suitable for your situation #148 ?

@hirosassa @mski-iksm plz review this :)

vaaaaanquish commented 3 years ago

LGTM!!! I wantend !!!

hirosassa commented 3 years ago

Thanks! LGTM!

mski-iksm commented 3 years ago

@Hi-king LGTM! Looks great!