Skip to content

Object-detection example: Logging stops after about 1 minute #107

Answered by pataxis
amararjun asked this question in General
Discussion options

You must be logged in to vote

Hi @amararjun , I had a quick look in the source code of the main function in object detection and it should be this simple loop

while (true) {

that is continuously running and printing the two repeated log messages. I don't see any timeout specified in this loop.

I ran for almost ten minutes and stopped the application manually

2023-01-30T13:38:08.232+01:00 [ INFO    ] object_detection[20613]: Create output tensors                                               
2023-01-30T13:38:08.232+01:00 [ INFO    ] object_detection[20613]: Set input tensors                                                   
2023-01-30T13:38:08.233+01:00 [ INFO    ] object_detection[20613]: Found 1 input tensors and 4…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@amararjun
Comment options

Answer selected by amararjun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants