May 2018
Intermediate to advanced
404 pages
9h 37m
English
There are several key code snippets in ViewController.mm that are unique in the pre-processing of the input image and post-processing of the transferred image:
const int wanted_width = 300;const int wanted_height = 400;
dispatch_async(dispatch_get_global_queue(0, 0), ^{ UIImage *img = imageStyleTransfer(@"fst_frozen_quantized"); ...Read now
Unlock full access