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

nms error #25

Open tsing-cv opened 5 years ago

tsing-cv commented 5 years ago
  File "rotate_polygon_nms.pyx", line 23, in rotate_polygon_nms.rotate_gpu_nms

IndexError: Out of bounds on buffer access (axis 0)

         [[Node: RCNN_Postprocess/PyFunc_7 = PyFunc[Tin=[DT_FLOAT, DT_FLOAT, DT_INT32], Tout=[DT_INT64], _class=["loc:@RCNN_Postprocess/cond_7/Switch_1"], token="pyfunc_22", _device="/job:localhost/replica:0/task:0/device:CPU:0"](RCNN_Postprocess/concat_7/_6413, RCNN_Postprocess/PyFunc/input_1, RCNN_Postprocess/PyFunc/input_2)]]
         [[Node: RCNN_Postprocess/Shape_1/_7009 = _HostRecv[client_terminated=false, recv_device="/job:localhost/replica:0/task:0/device:GPU:0", send_device="/job:localhost/replica:0/task:0/device:CPU:0", send_device_incarnation=1, tensor_name="edge_5034_RCNN_Postprocess/Shape_1", tensor_type=DT_INT32, _device="/job:localhost/replica:0/task:0/device:GPU:0"]()]]

when postprocess, raise this error