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)]