You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thank you for sharing the codes.
I used jetpack 4.2.2 and opencv 3.4.6 and tensorflow 1.12.2.
and follow your codes for converting the model to uff and tensorrt model. but the structural of your code don't support batch of image processing at the same time. if prediction time of one image takes 50 ms, the prediction time of batch of three image take 150 ms, why?
How do I solve the problem?
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for sharing the codes.
I used jetpack 4.2.2 and opencv 3.4.6 and tensorflow 1.12.2.
and follow your codes for converting the model to uff and tensorrt model. but the structural of your code don't support batch of image processing at the same time. if prediction time of one image takes 50 ms, the prediction time of batch of three image take 150 ms, why?
How do I solve the problem?
The text was updated successfully, but these errors were encountered: