How to disable massive debug messages, while running imagenet using the jetson-inference container

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 massive debug messages.

Is there a solution, python based, solution that I can make this change in, within the context of the docker/container? Do I need to pull a different container that has debug disabled?

Makes the run completely unusable.Appreciate your help. Almost there !!!

Hi,

The log is controlled in the C++ implementation and doesn’t export to the Python interface.

Please try to go to the folder, comment out the log, and rebuild the source.

 // LogInfo(LOG_TRT "%s\n", msg);

Thanks.

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