Forums - snpe-tensorflow-to-dlc YOLO BUG

2 posts / 0 new
Last post
snpe-tensorflow-to-dlc YOLO BUG
igmartinezal
Join Date: 8 Feb 19
Posts: 1
Posted: Thu, 2019-05-23 11:37

Hi,

I am converting from yolov3.pb to yolov3.dlc with the following command:

snpe-tensorflow-to-dlc --graph yolov3.pb --input_dim input_1 1,416,416,3 --out_node output0 --out_node output1 --out_node output2 --dlc yolov3.dlc --verbose --allow_unconsumed_nodes

The model is converted but it just recongnizes the output2 and not all of them. In addition, if I apply the same command but only with one output node it recognizes the output specified. 

I have also tried to convert it with the previous name of the output nodes, and the same problem happens:

snpe-tensorflow-to-dlc --graph yolov3.pb --input_dim input_1 1,416,416,3 --out_node conv2d_59/BiasAdd --out_node conv2d_67/BiasAdd --out_node conv2d_75/BiasAdd --dlc yolov3.dlc --verbose --allow_unconsumed_nodes

I am following the same steps as convert_mobilenetssd 

Has anyone been able to convert yolov3 with the three output nodes? Is this a bug of snpe-tensorflow-to-dlc?

Thanks, Ignacio

  • Up0
  • Down0
jhchris713
Join Date: 25 Jul 19
Posts: 2
Posted: Mon, 2019-08-05 01:07

Hi,

I am having a trouble on using snpe sdk to convert yolov3.

Did you had any progress after this wirte?

If it is, which code did you used for tensorflow version of Yolov3??

Need your help whatever it is.. It works with inceptionV3 which is tutorial of snpe_tensorflow_to_dlc

Thanks,

Chris

  • Up0
  • Down0
or Register

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.