DetectionTeamUCAS / RRPN_Faster-RCNN_Tensorflow

A tensorflow re-implementation of RRPN: Arbitrary-Oriented Scene Text Detection via Rotation Proposals.
254 stars 89 forks source link

error #6

Closed fxwispig closed 5 years ago

fxwispig commented 6 years ago

Caused by op u'PyFunc', defined at: File "train.py", line 195, in train() File "train.py", line 60, in train scores=final_scores) File "../libs/box_utils/show_box_in_tensor.py", line 238, in draw_boxes_with_categories_and_scores_rotate Tout=[tf.uint8]) File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/script_ops.py", line 212, in py_func input=inp, token=token, Tout=Tout, name=name) File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/ops/gen_script_ops.py", line 50, in _py_func "PyFunc", input=input, token=token, Tout=Tout, name=name) File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/op_def_library.py", line 787, in _apply_op_helper op_def=op_def) File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/ops.py", line 2956, in create_op op_def=op_def) File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/ops.py", line 1470, in init self._traceback = self._graph._extract_stack() # pylint: disable=protected-access

UnknownError (see above for traceback): exceptions.KeyError: 2

yangxue0827 commented 6 years ago

your tf version? @fxwispig

yinruoting commented 5 years ago

请问你解决了问题吗 我也遇到了同样的问题