Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
• DeepStream Version6.1
**• JetPack Version (valid for Jetson only)**4.6
• TensorRT Version7.3
**• NVIDIA GPU Driver Version (valid for GPU only)**1
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
I depoyment obeject Detection and Anomaly Detection in the pipeline using Deepstream;object Detection as primary infer, Anomaly Detection as senconday infer,.The Secondary infer’s input get from the sepcial label from the primay.
** The problems as fllow:
1)The secondary infer(Anomaly Detecion ) is not Objection and Classifer , so how should I set the secondary infer config file?
-
the network model in the secondary infer(Anomaly Detecion ) outputlayerinfo is a array, as (c,h,w)=(1,8,70). I want to parsing function to cope with this array , then output vlaue . The parsing function means like, detection function :parse-bbox-func-name=parse_bbox_resnet, classifier function : parse-classifier-func-name=parse_bbox_softmax.
-
if I set net-work-type= 0, it is Detector. When I want to use buffer point get outputLayers Info, but I do not clear how to get buffer data in outputLayerinfer. At the same time , The output data from outputLayers Infor is stored in the buffer, and the order of the stored data structure is related to what ?
Could somebody please point me in the right direction?
Any help is much appreciated!