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

Error while running gzsd.py #20

Open
SodaCoder opened this issue May 6, 2020 · 0 comments
Open

Error while running gzsd.py #20

SodaCoder opened this issue May 6, 2020 · 0 comments

Comments

@SodaCoder
Copy link

When I do:
python gzsd.py

I get the following error:

Traceback (most recent call last):
File "gzsd.py", line 59, in
model = retinanet.retinanet_bbox(inputs=inputs, num_classes=num_seen, backbone=resnet)
File "/data2/charades2/PL-ZSD_Release/keras_retinanet/models/retinanet_vocab_w2v.py", line 350, in retinanet_bbox
model = retinanet(inputs=inputs, num_classes=num_classes, **kwargs)
File "/data2/charades2/PL-ZSD_Release/keras_retinanet/models/retinanet_vocab_w2v.py", line 307, in retinanet
_, C3, C4, C5 = backbone.outputs # we ignore C2
ValueError: not enough values to unpack (expected 4, got 1)

Could you kindly resolve this issue?

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