Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在yolov3.py文件中第177行,iou = bbox_iou(pred_xywh[:, :, :, :, np.newaxis, :], bboxes[:, np.newaxis, np.newaxis, np.newaxis, :, :])是不是有错误?bboxes的维度传进来的时候是(self.max_bbox_per_scale, 4),但在此处,显然是认为有三个维度。还有pred_xywh的第零维和bboxes的第零维不相同(pred_xywh.shape[0] != bboxes.shape[0]),还能做iou吗? #102

Open
dujifeng opened this issue Jul 12, 2020 · 1 comment

Comments

@dujifeng
Copy link

No description provided.

@EdwardVincentMa
Copy link

我也觉得有问题,这里的bbox个数并不相同,应该不能做iou

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants