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
Hello,
my csv file contains this information:
filename,width,height,class,xmin,ymin,xmax,ymax -- # example: filename1.jpg,400,600,red_panda,179.5,173.5,317.5,423.5
When running the code, this error appears: ValueError: not enough values to unpack (expected 2, got 1) at line var,val = i.split('=')
ValueError: not enough values to unpack (expected 2, got 1)
var,val = i.split('=')
How can I solve this?
The text was updated successfully, but these errors were encountered:
please add the config.txt file to the folder.
Sorry, something went wrong.
No branches or pull requests
Hello,
my csv file contains this information:
When running the code, this error appears:
ValueError: not enough values to unpack (expected 2, got 1)
at line
var,val = i.split('=')
How can I solve this?
The text was updated successfully, but these errors were encountered: