• Hardware Platform (Jetson / GPU) : JETSON NANO
• DeepStream Version : 6.0.0
• JetPack Version (valid for Jetson only) : 4.6
• TensorRT Version : 8.0
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
-
hello , I’m trying to add new object to frame meta in deepstream .
-
i want to add my custom Bbox object meta to frame meta and want to my Secondary gie makes predictions about my custom Bbox object meta. using function **nvds_add_object_meta_to_frame() ** works well, but my secondary gie doesn’t inference on my custom Bbox object meta.
-
add custom Bbox object meta on PGIE SRC PAD but my SGIE didn’t work. is there any correct way to add custom Bbox object meta to FRAME META ??
my pipeline is like below …
cam → …→ pgie1 → (here i add new object with probe1) → tracker → sgie1 → nvosd → overlaysink
THANKS !