Oh, ok.
But then, how do I get metadata from sgie (The different objects, locations and confidence detected over a person detected by pgie)?
Found it, just in case anyone was looking for:
This is right, In my case (my sgie is a detector), classifier_meta_list is always None!
In this case obj_meta contains the correct metadata for both models, just use:
obj_meta.unique_component_id == 1 (for pgie) or 2 (for sgie)
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.