It’s not a bug. it means the negotiation failed. when pad pushing return code for sgie submit input buffer processing does not equal pad pushing return code for sgie output loop processing return code, error caught. in your case.
No, in this case, pgie is detector model, but sgie in the config is set to classifier model, you can not use detector model as classifier model. that’s what i mean.
@Amycao I still do not understand. You say sgie can not be a classification model but in deepstream-test2 all the sgie are classification. Can you elaborate on this or point me do documentation on the topic?
Oh, no. not like this, I mean in your case, you change sgie to pgie model, right? what i say is since in sgie config it set as classifier, but detector can not be used as classifier.
I mean in your case, you change sgie to pgie model, right?
I am not sure what you are asking, can you please clarify? I am using a classification model for the pgie element and a classification model for sgie element.
I think I am not understanding. I have a single classification model. I am attempting to use this model for both the pgie and sgie just to test the secondary inference functionality.