Skip to content
New issue

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

ValueError: not enough values to unpack #1

Open
WellDL opened this issue May 2, 2020 · 1 comment
Open

ValueError: not enough values to unpack #1

WellDL opened this issue May 2, 2020 · 1 comment

Comments

@WellDL
Copy link

WellDL commented May 2, 2020

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('=')

How can I solve this?

@VenkataramanSubramanian
Copy link
Owner

please add the config.txt file to the folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants