vladimir-chernykh/facestyle-gan

How to run on XCode for iOS ?

Opened this issue · 1 comments

Hello,
We are developing Face App AI, We want to test the facestyle gan on iOS deviece. Is there any example code how to run converted model on iOS ?

Hello!

Unfortunately, I do not have example of running exactly this model on iOS.

But I have a whole repo dedicated to iOS ML models and there are example there
https://github.com/vladimir-chernykh/coreml-model-zoo#usage

In addition to that you can also take a look at the official docs:
https://developer.apple.com/documentation/vision/classifying_images_with_vision_and_core_ml
https://developer.apple.com/documentation/vision/vnpixelbufferobservation

I think it might be a good starting point.