john-rocky / CoreML-Models

Converted CoreML Model Zoo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Lensto App

ioskevinshah opened this issue · 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

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.