Jetson 6.0 Orin Nano Jetson Imagenet run floods terminal with debug messages

Get thousands of debug messages, Program seems to run OK otherwise, since I get an image at end and it ends OK.

Why is debugging on and how do I turn it off. I have seen similar postings. But I have no idea which specific file I would need to modify for the debug logging level.

Hi,

Suppose it should be the TensorRT log.
If yes, you can change the level in the below line:

Thanks.

Here is the situation. I am using docker to pull the container for jetson-inference.
Then invoke run.sh, and then use imagenet.py. That is when I get the debug messages.

So, I am not using any C code, directly at least. Is there a solution, python based, that I can make this changes in, within the context of the docker/container?

Just for testing, if I redirect tehe outout to >/dev/null, things work much better. I am
puzzled why debus is on. Is there is another container I need to use?

Thx … making headway sloooooowly !

Thx.

Hi,

As mentioned in the below comment:

Please comment out the log code before launching the container.

Thanks.

Problem fixed - I called the logger (one line of code) from the python app.
That fixed it.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.