DetectionTeamUCAS / DetectionTeamUCAS/R2CNN-Plus-Plus_Tensorflow

IndexError: too many indices for array

Open
#54 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.