Skip to content
#

r2cnn

Here are 4 public repositories matching this topic...

lijain
lijain commented Nov 15, 2019

在demo_rh_pyramid.py中的157行如下面代码:
det_boxes_r_ = forward_convert(det_boxes_r_, False)
det_boxes_r_[:, 0::2] *= (w_len / ss)
det_boxes_r_[:, 1::2] *= (h_len / ss)
det_boxes_r_ = back_forward_convert(det_boxes_r_, False)
有时会报IndexError: too many indices for array,查看有时为空。当用if做排除后还会出现此错误,请指教一下。如果方便的话可以给下微信?谢谢了

good first issue

Improve this page

Add a description, image, and links to the r2cnn topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the r2cnn topic, visit your repo's landing page and select "manage topics."

Learn more