Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

What version of tensorflow does OpenCV 3.3.0 use ?

I wonder, what version of tensorflow does OpenCV 3.3.0 use ?

I ask this because, I just trained a model (based on inception) inside a docker-container using TensorFlow version 1.3.0. Then when I tried to test this version with TensorFlow for Unity Plugin (wraps/uses OpenCV 3.3.0) I just got Unity3D editor to crash.

I just switched the .pb and .txt files to my new ones in the working inception-model source-code and it crashed Unity3D when I run it :-D

So perhaps there is a version mismatch in the TF between OpenCV 3.3.0 and Tensorflow 1.3 ? But what is the correct version of TF to use for training models for Open CV 3.3.0 ?