Kai

Results 2 issues of Kai

New issue found... ``` $ python3 examples.py /.../.local/lib/python3.6/site-packages/sklearn/externals/joblib/__init__.py:15: DeprecationWarning: sklearn.externals.joblib is deprecated in 0.21 and will be removed in 0.23. Please import this functionality directly from joblib, which can be...

Needed to add error check to address this: ``` output = cartoonize(image) File "C:\Users\...\cartoonizer\cartoonizer.py", line 18, in cartoonize x, y, c = output.shape ValueError: not enough values to unpack (expected...