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

For the readme notepad example "predict_on_batch" returns "not enough values to unpack" #11

Open
snarb opened this issue Apr 22, 2018 · 0 comments

Comments

@snarb
Copy link

snarb commented Apr 22, 2018

I have trained model on the Voc2007 and when runnig the example notebook code got:

[14 boxes, scores, labels = model.predict_on_batch(np.expand_dims(image, axis=0))
15 print("processing time: ", time.time() - start)
16

ValueError: not enough values to unpack (expected 3, got 2)]

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

1 participant