jfilter / split-folders

🗂 Split folders with files (i.e. images) into training, validation and test (dataset) folders
MIT License
412 stars 72 forks source link

How to access file once created #29

Closed LindaK2013 closed 2 years ago

LindaK2013 commented 3 years ago

I can see the splitting folders works, but I do not know how to call the train test validate files to use after it is created. Can anyone help? or add code to the example in https://pypi.org/project/split-folders/

jfilter commented 2 years ago

Hey @LindaK2013, using those files is not within the scope of this package. You should follow a data science / machine learning tutorial to get read files with Python.