You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hash for blazeface-1.0 is 587142c11e62d4e3947c848578788eecd4b8b157da5130d2526e9a3621c4ae70 but expected 8e4f04510214d3a734868ef682f75d7b3f1dc71be27ca528945ca5e555472887 (IllegalArgumentException)
Even when removing the cached model from /Users/xxx/Library/Application Support/orml/blazeface-1.0.pb this does not get fixed.
and simply replacing the hash does not help as it then returns
...
├─ FaceMesh01.main.{ :ApplicationBuilder }.{ :Program }.{ }.{ }(FaceMesh01.kt:49)
├─ FaceMesh01.main.{ :ApplicationBuilder }.{ :Program }.{ }.{ }(FaceMesh01.kt:64)
│ org.openrndr.orml.facemesh.FaceMesh.extractLandmarks(FaceMesh.kt:118)
├─ org.tensorflow.Session.Runner.feed(Session.java:248)
├─ org.tensorflow.Graph.outputOrThrow(Graph.java:211)
│
↑ No Operation named [input_1] in the Graph (IllegalArgumentException)
I loaded the downloaded file
❯ ls -alh blazeface-1.0.pb
-rw-r--r-- 1 xxx staff 419K Mar 28 19:17 blazeface-1.0.pb
in tensorboard and looked quite strange to me, but I havent done much with tensorflow since 5 years and I am unsure if my pb->tf logs script may made something wrong
The text was updated successfully, but these errors were encountered:
Running https://github.com/openrndr/orml/blob/master/orml-facemesh/src/demo/kotlin/FaceMesh01.kt results in
Even when removing the cached model from
/Users/xxx/Library/Application Support/orml/blazeface-1.0.pb
this does not get fixed.The hash is stored here
orml/orml-facemesh/src/main/kotlin/FaceMesh.kt
Lines 143 to 146 in 3438df6
and simply replacing the hash does not help as it then returns
I loaded the downloaded file
in tensorboard and looked quite strange to me, but I havent done much with tensorflow since 5 years and I am unsure if my pb->tf logs script may made something wrong
The text was updated successfully, but these errors were encountered: