Forums - snpe dlc file for ssd mobilenet

1 post / 0 new
snpe dlc file for ssd mobilenet
psharma74
Join Date: 15 Jun 22
Posts: 4
Posted: Fri, 2024-07-12 03:56

I executed the following code 
snpe-tensorflow-to-dlc --input_network <path_to>/exported/frozen_inference_graph.pb --input_dim Preprocessor/sub 1,300,300,3 --out_node detection_classes --out_node detection_boxes --out_node detection_scores ---output_path mobilenet_ssd.dlc 

and was able to generate a dlc file
On putting the file in an app on android studio i found that the only output was from the node detection_classes:0 .

 

Does this mean that if i have a network like ssd mobilenet where i need output from 3 nodes, i need to create 3 seperate dlc files and hence my app will have to host 3 different copies of the neural network with each copy providing output from a different node?

 

  • 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.