Closed chontipan closed 5 years ago
Hi, i run "split_folders.ratio('img_data/', output="output", seed=1500, ratio=(.8, .1, .1))" and get AttributeError: module 'split_folders' has no attribute 'ratio'
My dataset have 15 sub-folders containing 100 images for each
Sorry, I just know the cause. I set my filename as split_folders. py
I'm having the same issue. What is the fix?
As I remember, it is about the filename. You can try to change your file name to others.
Hi, i run "split_folders.ratio('img_data/', output="output", seed=1500, ratio=(.8, .1, .1))" and get AttributeError: module 'split_folders' has no attribute 'ratio'
My dataset have 15 sub-folders containing 100 images for each