Measure inference time per image on Tensorflow Object Detection API

Hello,

I am using the Notebook published by roboflow. I am training a Faster R-CNN model, and I need to measure the inference time per image, do you have any way to do that using Tensorflow Object Detection API?

Thank you,

Hi, I don’t know of a way natively within the Tensorflow API, but you could use the timeit module in python for example to time the inference call processing.