An error occurred while using jetson-inference

When I run the “./imagenet-console ./images/orange_0.jpg ./images/test/output_0.jpg” command, the following error occurs:[TRT] Could not register plugin creator - ::FlattenConcat_TRT version 1

Hi @djqabcdefg, you can safely ignore this warning - if you let imagenet program run, does it eventually perform the classification and save the image? The first time you load a model, it takes TensorRT a few minutes to optimize the network. This optimized TensorRT engine is cached to disk so that subsequent runs should load in just a few seconds.

Yes it can perform the classification and save the image,thanks

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