Forums - Error when running the 'AI_Age_Gender_Emotion_Solution'

1 post / 0 new
Error when running the 'AI_Age_Gender_Emotion_Solution'
sluong
Join Date: 25 Sep 23
Posts: 1
Posted: Wed, 2023-11-22 22:55

I'm following the example on RB5 dev kit: https://github.com/quic/sample-apps-for-robotics-platforms/tree/master/R....

config.json:
"model-configs":[
        {
            "model-name":"face-detect",
            "model-type":"centerface",
            "model-path_":"../models/centerface.dlc",
            "model-path":"../models/centerface_quantized.dlc",
            "runtime":"DSP",
            "nms-threshold":0.3,
            "conf-threshold":0.5,
            "grids":25200,
            "input-layers":[
                "input.1"
            ],
            "output-layers":[
                "Neuron_42",
                "Conv2d_40",
                "Conv2d_41",
                "Conv2d_42"
            ],
            "output-tensors":[
                "537",
                "538",
                "539",
                "540"
            ],
            "global-threshold":0.2
        },
Error:
[ERROR] - Initialize: SNPE build failed: {error_code=204; error_message=Couldn't find name. error_code=204; error_message=Couldn't find name. One or more specified output layers don't exist!; error_component=Dl System; line_no=733; thread_id=547246721664; error_component=Dl System; line_no=269; thread_id=547809647232}
[ERROR] - Initialize: Can't init snpetask instance.
[ERROR] - Inference: ObjectDetection::Detect failed caused by incompleted initialization!
[INFO] - InferenceThread: Elapsed inference time in milliseconds : 0 ms for centerface
[INFO] - OnNotifyResult: result size: 0 
Could you please help me on this problem!

 

 

  • Up0
  • Down0

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.