problem to read tensorflow network in opencv c++
I used this tutorial for retrain inception v2 with SSD
https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10
retrained networks works and i can test this in python script published on webpage but not in OpenCV
opencv doesnt show any error only close application.... please where can be error?
http://193.87.95.129/www/2018/dnn/set1L.jpg
http://193.87.95.129/www/2018/dnn/set1L_ok.png
http://193.87.95.129/www/2018/dnn/graph_coco.pbtxt
error?
test image:
http://193.87.95.129/www/2018/dnn/set1L.jpg
result tested in python:
http://193.87.95.129/www/2018/dnn/set1L_ok.png
pbtxt generated by tf_text_rcnn
http://193.87.95.129/www/2018/dnn/graph_coco.pbtxt
frozen model faster rcnn inception v2 with ssd:
http://193.87.95.129/www/2018/dnn/frozen_inference_graph.pb
BRG
Zidek