orml icon indicating copy to clipboard operation
orml copied to clipboard

OPENRNDR Machine Learning

Results 3 orml issues
Sort by recently updated
recently updated
newest added

Running https://github.com/openrndr/orml/blob/master/orml-facemesh/src/demo/kotlin/FaceMesh01.kt results in ``` 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. The...

Cloning this repo (on commit https://github.com/openrndr/orml/commit/66758722bca35b3680ea98003584e62a9d086979) and trying to run any example fails ```shell Execution failed for task ':orml-utils:compileKotlin'. > Error while evaluating property 'filteredArgumentsMap' of task ':orml-utils:compileKotlin' > Could...

Would it be possible to define the `w` factor shown in [here](https://github.com/magenta/magenta/tree/master/magenta/models/arbitrary_image_stylization)?

enhancement