image-classification-python icon indicating copy to clipboard operation
image-classification-python copied to clipboard

Add Linux portability

Open s0h3ck opened this issue 6 years ago • 0 comments

The folder creation won't work on Linux. Consider renaming \\ for /. Otherwise, the result will be something like 'dataset\train\crocus'. It would be recommended to use pathlib. :)

s0h3ck avatar Nov 13 '19 11:11 s0h3ck