Skip to content

Instantly share code, notes, and snippets.

View sap2me's full-sized avatar
🏠
Working from home

Andrii Sapronov sap2me

🏠
Working from home
View GitHub Profile
@sap2me
sap2me / solution.py
Last active September 3, 2019 16:59
Test task for Rails Reactor Machine Learning Summer School.
import os
import argparse
import numpy as np
from PIL import Image
def get_args():
parser = argparse.ArgumentParser()
parser.add_argument('--path', help='folder with images', required=True)