I using the code from this: https://github.com/opencv/opencv/wiki/TensorFlow-Object-Detection-API
I use the same network and model to run the SSD-Mobilenet detection. But when I run the network in opencv, the result is obviously worse than the same model runing in Tensorflow.
Why? And what can I do to solve it?