problem to read tensorflow network in opencv c++

asked 2018-11-06 07:00:32 -0600

zidek gravatar image

updated 2018-11-06 13:44:35 -0600

I used this tutorial for retrain inception v2 with SSD https://github.com/EdjeElectronics/Te...

retrained networks works and i can test this in python script published on webpage but not in OpenCV C++. Compiled opencv doesnt show any error only close application.... please where can be error?

test image: http://193.87.95.129/www/2018/dnn/set...

result tested in python: http://193.87.95.129/www/2018/dnn/set...

pbtxt generated by tf_text_rcnn http://193.87.95.129/www/2018/dnn/gra...

frozen model faster rcnn inception v2 with ssd: http://193.87.95.129/www/2018/dnn/fro...

BRG Zidek

edit retag flag offensive close merge delete