New Tutorial – Image Handling in DeepLearningKit

There has been a few requests (on github issues and stackoverflow) about image handling in DeepLearningKit, this is about how to transform back-and-forth between bitmap format used in the Deep Learning (conv.net) calculation and UIImage used in tvOS and iOS DeepLearningKit demo apps (for OS X the issue is still unsolved since NSImage is slightly different). What is provided is an API for setting and getting pixels on an UIImage, see the tutorial for details.



[LINK TO TUTORIAL – Image Handling in DeepLearningKit]

Best regards,

Amund Tveit