Retrained tensorflow model in OpenCV
Hello everybody,
I've retrained cnn_inception_v2_coco for object detection. The training went fine, I ran the test script on some images and it worked. I wanted to use this new retrained model on OpenCV. I followed the insctruction here:
https://github.com/opencv/opencv/wiki...
The pbtxt was created, but when running the openCV detection script I get the error :
Process finished with exit code -1073741819 (0xC0000005)
I've tried to see if I was doing something wrong, so I did the same steps using the original frozen_inference_graph.pb and .config files of cnn_inception_v2_coco model and it worked.
I'm stuck at the moment, I don't know what's wrong.
thanks in advance