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

To speed up, use "ln -s" instead of "cp" ? #31

Closed sisrfeng closed 2 years ago

sisrfeng commented 2 years ago

It's too slow to copy many images

jfilter commented 2 years ago

In the upcoming version 0.5.0, you can move the images instead of copying. This should speed things up.