-
Notifications
You must be signed in to change notification settings - Fork 157
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 (expected 2, got 1) #87
Comments
@folkaholic |
@jwyang @folkaholic When I removed the last argument, namely the algothrim, I can get rid of such error. However, the visualized results seem to be only belong to the detector without any image indicating the relationship between objects. How's it going? Need Help here, thanks~ |
@folkaholic @wffancy @nyj-ocean Also getting the same error when I run Resolved! I needed to add paths to my object detection and scene graph generation model in configs/sgg_res101_joint.yaml file |
I also have the same problem. ++ HELP!! @kwhuang88228
|
hello,How do I add it? |
Anyone has the same problem?
I tested a joint model which retrained in my machine.
When I ran
python main.py --config-file configs/sgg_res101_joint.yaml --inference --resume 99999 --algorithm grnn --instance 32
I got this error:
Traceback (most recent call last):
File "main.py", line 135, in
main()
File "main.py", line 132, in main
test(cfg, args)
File "main.py", line 81, in test
model.test(visualize=args.visualize)
File "../graph-rcnn.pytorch/lib/model.py", line 234, in test
output, output_pred = output
ValueError: not enough values to unpack (expected 2, got 1)
I don't know why :(
Anyone help? Thanks
The text was updated successfully, but these errors were encountered: