-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
Retrained Inception_v2 model in opencv error #15863
Description
System information (version)
- OpenCV => 4.1
- Operating System / Platform => Windows 10 64 Bit
Detailed description
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 :
The pbtxt was created, but when running the openCV detection script I get the error :
Process finished with exit code -1073741819 (0xC0000005)
Steps to reproduce
frozen_inference_graph.pb Generated after training
Graph.pbtxt Generated with tf_text_graph_ssd.py
As the files are big for Github I hosted them on google drive
I'm stuck since a while, I searched online but couldn't find a solution. To make sure that I wasn't doing anythong wrong while generating the pbtxt,I did the same steps using the original frozen_inference_graph.pb and .config files of cnn_inception_v2_coco model and it worked.