hi,
i works on jetson nx with DM6.0.
and my pipline is pgie, sgie0 and sgie1 which pgie and sgie0 for detector same as back-to-back, and sgie1 for recognition of face.
for pgie and sgie0, i can get tensor output correctly, i want to change face label (detected by sgie0) to person’s name after comparing distance by sige1, but failed.
pls help to check where is problem?
........
NvDsObjectMeta *obj = (NvDsObjectMeta *)l_obj->data;
(already tried different unique_id here same back to back, but failed, too)
std::string str = appCtx->allnames[i];
strcpy(obj->text_params.display_text, str.c_str());
........
pls help to solve the problem,
thank you very much!