hi,
i am working on jetson nx with deepstream 6.0.
i am using 608608 shape yolo model as pgie, and fd_lpd model as sgie1 to detect face,
and ir50 model 112112 shape as sgie2 to recognition face, ir50 model’s net-scale-factor=0.0078125.
for fd_lpd model and ir50 model, i have setup for both:
input-object-min-width=64
input-object-min-height=64
now problem is:
deepstream-app.c pipline works well when i test in room, but happens segment error always when i test out of door, i think maybe it is a scale problem for small objects but i can not find solution.
pls help check where is problems?
hi,
i push back person name of chinese language from json file to change label of sgie object “face” by the line:
strcpy(obj->text_params.display_text, str.c_str());
and deepstream support chinese language?
i found sometimes it is error like:
hi,
i tested again outdoor by far away object, and same problems again.
everything ok in room but error segment outdoor…
pls give an advice how to get double gst buffer for inference?
forget that and scale problem confirmed, works now.
anyway thank you gdb advice.
deepstream is good deepstream for ever, but code worker is stupid sometimes…