Here are
4 public repositories
matching this topic...
Rotational region detection based on Faster-RCNN.
-
Updated
Nov 20, 2020
-
Python
R2CNN: Rotational Region CNN Based on FPN (Tensorflow)
-
Updated
May 9, 2019
-
Python
-
Updated
Mar 20, 2021
-
Python
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
You can’t perform that action at this time.
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.
在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做排除后还会出现此错误,请指教一下。如果方便的话可以给下微信?谢谢了