image-classification-python
image-classification-python copied to clipboard
Add Linux portability
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. :)