tf2-object-detection-api-tutorial icon indicating copy to clipboard operation
tf2-object-detection-api-tutorial copied to clipboard

A way to find Inference speed

Open ALTAIR-VEGA opened this issue 5 years ago • 1 comments

Is there a way to find the Inference speed of my .pb file ? with a modification to the files

ALTAIR-VEGA avatar Nov 23 '20 17:11 ALTAIR-VEGA

It is already done starting from this line: https://github.com/abdelrahman-gaber/tf2-object-detection-api-tutorial/blob/master/detect_objects.py#L22 finally we show FPS but first we get the inference time as show in previous link.

a64bit avatar Dec 03 '20 08:12 a64bit