john-rocky / CoreML-Models

Converted CoreML Model Zoo.
1.23k stars 111 forks source link

New Lensto App #15

Open ioskevinshah opened 2 years ago

ioskevinshah commented 2 years ago

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

mgstar1021 commented 1 year ago

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.