DetectionTeamUCAS / DetectionTeamUCAS/R2CNN-Plus-Plus_Tensorflow
IndexError: too many indices for array
Open
good first issue
- Dominant language
- Python
- Stars
- 240
- Forks
- 75
- PR merge metrics
- No merged PRs in 30d
Description
在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做排除后还会出现此错误,请指教一下。如果方便的话可以给下微信?谢谢了
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.