patlevin / tfjs-to-tf

A TensorFlow.js Graph Model Converter
MIT License
136 stars 19 forks source link

Issue converting Blazepose model #37

Closed anchit-sadana closed 2 years ago

anchit-sadana commented 2 years ago

I get an error Node 'StatefulPartitionedCall/model/depthwise_conv2d_30': Unknown input node 'StatefulPartitionedCall/model/depthwise_conv2d_29/depthwise' while trying to convert the Blazepose model from the TF hub from tfjs to Tensorflow. Any idea how I can work around this?

patlevin commented 2 years ago

I have found a matching model and was able to reproduce the issue. I suspect a broken model definition, but I'm investigating this now.

patlevin commented 2 years ago

The issue has been fixed and you can use the latest release or simply use pip install tfjs-graph-converter -U to update to the latest version (1.6.1).

anchit-sadana commented 2 years ago

Thanks!

hqt98 commented 4 months ago

Thanks!

Hi, I'm having issues converting this model using this tool, I'm having some issues that I think is being caused by dependency versions mismatched, that cannot be solved because on my M1 machine. Did you convert this model successfully? Can you share your steps and dependency versions at the time?