How to use tensor flow graph in opencv c ++?

I want to load a pre-processed tensor flow graph into OpenCV and use it to determine the class name of the new image provided by the user. This example seems to work, but gives the same class name for each image. (Strange) https://github.com/opencv/opencv_contrib/blob/master/modules/dnn/samples/tf_inception.cpp

+4
source share

Source: https://habr.com/ru/post/1668109/


All Articles