Relative Content

Tag Archive for python-3.xpytorchpose

How I can disable showing output of inferencer in mmdetection?

I am using MMDetection. Each time I call the inferencer in MMDetection, it displays the output below. Since I need to call several inferencers, the output obscures or makes it difficult to find my information.
enter image description here
How I can make the mmdetect not to show the progress bar.
I read here but there is no answer there.