I'm currently working on a project of image processing and my goal would ideally be to have GoogLeNet CNN using TensorFlow and C++ language. I don't want a pre trained CNN, i would like to train it myself.
I did a lot of research to find that a lot of things are available in Python with TensorFlow and that you can train a CNN using Python and export it for C++ or use other libraries like Caffe.
But i would really like to use Tensoflow and C++ language if it is possible !
What do you guys think about that ?
If some of you have ideas or beginning of tracks i can follow that would be so cool :)
Thank you !