Extract Image Folders from CSV

Hi,
I’ve used Fastai to create a multi-label classifier using a CSV file, and now I want to have the data transferred to different folders based on their label. Can Fastai do that?

Thanks

Hi,

Nope fastai will predict but for the file management you can use the shutil library or smthg similar.

https://docs.python.org/3/library/shutil.html

Have fun!