I'm currently working towards creating an app that implanents a CNN in a computer vision context. Ideally I want to train the model seperarely, and then be able to deploy it in OpenCV in Visual Studios (2017) for prototyping, and then in a mobile app as the actual product. What's the best way of achieving this?
Currently it seems like I have to use Tensorflow amd export the model to a server which I would call from Visual Studios or the app. Is there a better or easier way of doing this?
Thanks.