We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
splitfolders --ratio .8 .2 img_folder throws the following error
splitfolders --ratio .8 .2 img_folder
usage: splitfolders [-h] [--output OUTPUT] [--seed SEED] [--ratio RATIO [RATIO ...]] [--fixed FIXED [FIXED ...]] [--oversample] [--group_prefix GROUP_PREFIX] input splitfolders: error: argument --ratio: invalid float value: 'img_folder'
The text was updated successfully, but these errors were encountered:
Thanks for reporting. This looks like a bug (or at least a very rough edge) of Python's argparse. https://stackoverflow.com/a/26986546/4028896
argparse
Please use it like this:
splitfolders --ratio .8 .2 -- img_folder
I will update the docs.
Sorry, something went wrong.
No branches or pull requests
splitfolders --ratio .8 .2 img_folder
throws the following errorThe text was updated successfully, but these errors were encountered: