CoreML-Models icon indicating copy to clipboard operation
CoreML-Models copied to clipboard

New Lensto App

Open ioskevinshah opened this issue 2 years ago • 1 comments

Hi @john-rocky

I made an iOS app called Lensto that uses U2net, AnimeGanV2, Style Transfer and many other cool filter and effects.

Youtube Video: https://www.youtube.com/shorts/jWwUiKZjfok it would be great if you showcase it in the readme :)

Thanks, Kevin Shah

ioskevinshah avatar Apr 12 '22 07:04 ioskevinshah

Hi @john-rocky

Thanks for your great U2net model. I want to downgrade weight for quick prediction speed.

out = quantize_weights(model, nbits=8) spec = out.get_spec()

I used above code to make weight as Int8 but blank output is getting, How can I do? Thanks.

mgstar1021 avatar Dec 02 '22 01:12 mgstar1021