Jetson Inference Issue - program runs but does not show image

hi! i finished building the project and tried to run the command
./imagenet.py images/orange_0.jpg images/test/output_0.jpg
and it seems like it runs but it doesn’t output any image like i think its supposed to? how do i fix it?

the only warning that i see is "could not register plugin creator - FlattenConcat_TRT version 1 "

Hi,

The output is a file in the corresponding folder rather than showing it with the display.
Is there a file located at images/test/output_0.jpg?

Thanks.

oh ok that makes sense! I see the image! thank you