You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the code with the distance detection flag enable, but I keep getting this error: File "test_crfnet.py", line 189, in <module> boxes, scores, labels, dists = prediction_model.predict_on_batch(inputs)[:4] ValueError: not enough values to unpack (expected 4, got 3)
Does anybody used this option?
The text was updated successfully, but these errors were encountered:
An update on this: The error mentioned above seems to be occurring because the weights were calculated without the distance option set to True in the config file. However, now I'm trying to train it with the option set to true and a new error came out.
I don't currently know whats wrong, but it seems to be about the configuratio file.
I'm trying to run the code with the distance detection flag enable, but I keep getting this error:
File "test_crfnet.py", line 189, in <module> boxes, scores, labels, dists = prediction_model.predict_on_batch(inputs)[:4] ValueError: not enough values to unpack (expected 4, got 3)
Does anybody used this option?
The text was updated successfully, but these errors were encountered: