dlliu0422

Results 2 issues of dlliu0422

below excption message: unhandled Exception: System.DllNotFoundException: Unable to load DLL 'libtensorflow' : A dynamic link library (DLL) initialization routine fail. (Exception from HRESULT: 08007045A) at TensorFlow.TFGraph.TF_NewGraph() at TensotFlow.TFGraph..ctor() at .......

I use below command to convert .pb file to .xml and bin file. "python mo_tf.py --input_model frozen_inference_graph.pb" The frozen_inference_graph.pb file is download pretrain model of faster_rcnn_inception_v2_coco. It show below error...