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?