problem to read tensorflow network in opencv c++
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