-
-
Notifications
You must be signed in to change notification settings - Fork 674
Issues: YunYang1994/TensorFlow2.0-Examples
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Error when training with my own dataset using train.py: Failed to get convolution algorithm.
#140
opened Apr 3, 2022 by
Guanzhao-hub
关于 postprocess_boxes(pred_bbox, org_img_shape, input_size, score_threshold)
#120
opened Apr 19, 2021 by
StarStar-666
在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
opened Jul 12, 2020 by
dujifeng
Previous Next
ProTip!
Follow long discussions with comments:>50.