-
Notifications
You must be signed in to change notification settings - Fork 145
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
X, Y = iterator.next() in Line 63 of test.py is crashing #21
Comments
can you post your data_loader here? How are you setting up the iterator? |
the iterator has been pointed to datasetloaders taken from https://github.com/fvisin/dataset_loaders Below is the iterator Kindly suggest the solution , |
@ChidanandKumarKS Hello! Have you solved the problem? |
I have solved it. See issue23. May that would help you. #23 |
I solved it by changing |
I have given appropriate datasets along with proper folder and train and annotation datasets properly. The inference function test.py at line 63 is crashing
Below error crashes
X, Y = iterator.next()
ValueError: too many values to unpack.
Any solutions to the above problem would be really helpful.
Thanks
Kumar
The text was updated successfully, but these errors were encountered: