Hi @Morganh ,I have resnet50 tao classifier model and i successfully converted the engine file from etlt model in nvinfer and tried to run the model as primary classifier.But i didn’t get any results in frame_meta, the number of objects in frame_meta is zero. Here is my config file, do i need to change anything in config file to get meta or where i will get the output of classifier?
Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
My question is , I Ran renet50 tao classifier model as pgie in Deepstream, but i didn’t get any results in frame meta. I converted the etlt model with network-mode FP16 and this is my config file. Do i need to change anything in config file to get meta or where i will get the output of classifier?