Closed Jinbang129 closed 4 years ago
I find the result of model test (from the order: boxes, scores, labels = model.predict_on_batch(inputs)) is different from the result of evaluation (from the evaluate.py). Could you please help me to understand this? Thank you!
I already find the reason for this difference. It is the resize operation, which is used in evaluate, but not in test.
I find the result of model test (from the order: boxes, scores, labels = model.predict_on_batch(inputs)) is different from the result of evaluation (from the evaluate.py). Could you please help me to understand this? Thank you!