keijiro / NNCam

Virtual background with Unity Barracuda
Apache License 2.0
249 stars 35 forks source link

How did you edit the ResNet50 Model? #9

Closed ababilinski closed 3 years ago

ababilinski commented 3 years ago

While trying to add a colored segment effect, I stumbled into the following problem: exporting the model using the Google Colab notebook generates a model that throws the following error in Unity, Cannot reshape array of size 943 into shape.

What program do you use to make the additional changes to your model?

ResNet50-Model-Export-Issue_NNCam

keijiro commented 3 years ago

I haven't used any other program to convert the BodyPix models. My guess is that they made some changes to the BodyPix models. The Google dev team is still actively working on the tfjs models, so it's plausible.

keijiro commented 3 years ago

I'm closing this issue now. Please feel free to reopen it for further problems.