Triton server labels

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) tesla t4
• DeepStream Version 6.1
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.1
• 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)




input config file:  config/config
1
Doneeee
Creating streamux 
 



 i****************** 0
Creating source_bin  0  
 
Creating Pgie 
 
Creating nvvidconv1 
 
Creating filter1 
 
Creating tiler 
 
Creating nvvidconv 
 
Creating nvosd 
 
Creating EGLSink 

WARNING: Overriding infer-config batch-size 0  with number of sources  1  

Creating nvtracker 
 
Adding elements to Pipeline 

Linking elements in the Pipeline 

Now playing...: /opt/nvidia/deepstream/deepstream-6.0/sources/deepstream-apps/extraSTUFF/gun6.jpg
Starting pipeline 

0:00:00.488963193  3493      0x5dc1e70 WARN           nvinferserver gstnvinferserver_impl.cpp:284:validatePluginConfig:<primary-inference> warning: Configuration file batch-size reset to: 1
INFO: infer_grpc_backend.cpp:164 TritonGrpcBackend id:1 initialized for model: Fire_model
gstnvtracker: Loading low-level lib at /opt/nvidia/deepstream/deepstream/lib/libnvds_nvmultiobjecttracker.so
gstnvtracker: Batch processing is ON
gstnvtracker: Past frame output is OFF
[NvTrackerParams::getConfigRoot()] !!![WARNING] Empty config file path is provided. Will go ahead with default values
[NvMultiObjectTracker] Initialized
Warning: gst-library-error-quark: Configuration file batch-size reset to: 1 (5): gstnvinferserver_impl.cpp(284): validatePluginConfig (): /GstPipeline:pipeline0/GstNvInferServer:primary-inference


\n pgie_sink_pad_buffer_probe 


*************
Frame Number is  0
Source id is  0
Batch id is  0
Source Frame Width  1200
Source Frame Height  630
Num object meta  0



osd l_obj None
frameNumber: 0 totalFireCount: 0
**WARNING: Num classes mismatch. Configured: 3, detected by network: 0**
metadataInfomation {'numberOfObjects': 0, 'gunCount': 0, 'fireCount': 0, 'rifleCount': 0}

im getting below msg WARNING: Num classes mismatch. Configured: 3, detected by network: 0 could you help me out

HI @h9945394143 ,
This error is from NvDsInferParseCustomResnet() function in /opt/nvidia/deepstream/deepstream/sources/libs/nvdsinfer_customparser/nvdsinfer_custombboxparser.cpp.
Is your model good to use NvDsInferParseCustomResnet() post-processor? If it’s, you could add some prints to debug why it got “covLayerDims.c == 0”.

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

i was able to fix it . please close it