You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I download the tar which are ssd_mobilenet_v1_coco,ssd_inception_v2_coco,faster_rcnn_inception_v2_coco.
However,as the detection_model_zoo.md describe,it exits the file 'graph.pbtxt',when I tar -zxvf the tar,I don't find the graph.pbtxt in the above three tar.Although,using these frozen_inference_graph.pb,the obeject_model_api doesn't work.