It works without errors, but after this probe there is classifier, that operates on class_id = 3, and as output from this classifier i always get same result. Always same label and confidence.
What is correct way to add new object? What is unique_component_id? As i saw in outputs, unique_component_id is always 1.
At first i added object of already existed class, but now tried to add new non-existed class. Problem with classifier results being added to meta of other detector’s classes is gone, but anyway there is always same output from sgie. Always same label and confidence.
Also i see object_id and detector_bbox_info params. As i know, object_id is for tracker, and what is NvDsComp_BboxInfo class?
You can add some debug info on the gstnvinfer.cpp → gst_nvinfer_process_objects or just run the app with gdb and add the breakpoint in the funciton , I think it should be easy for you to find the root cause.