We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
作者大佬您好! 拜读了您的论文后,备受启发!这两天在阅读您的FCOSRboxHead代码。但是,为何line720:gt_bboxes = self.rotate2rect(gt_rboxes);line729: ngds_score = self.get_ngds_score(xs, ys, gt_rboxes, mode='shrink', version='v2');line730:gds_score = self.get_gds_score(xs, ys, gt_rboxes, mode='shrink', refined=True);line733:inside_gt_rbox_mask, gt_rboxes_idx = self.get_rotate_inside_mask_with_gds(xs, ys, gt_rboxes, 0.23, ngds_score, True)等这些函数里面全是空?另外:还有一个问题,在训练的时候,损失都很正常,但是训练完每一个epoch进行验证的时候,各项指标均为0?我是按照作者get_start里对dota数据集进行划分的。 盼回复!祝生活愉快!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
作者大佬您好!
拜读了您的论文后,备受启发!这两天在阅读您的FCOSRboxHead代码。但是,为何line720:gt_bboxes = self.rotate2rect(gt_rboxes);line729: ngds_score = self.get_ngds_score(xs, ys, gt_rboxes, mode='shrink', version='v2');line730:gds_score = self.get_gds_score(xs, ys, gt_rboxes, mode='shrink', refined=True);line733:inside_gt_rbox_mask, gt_rboxes_idx = self.get_rotate_inside_mask_with_gds(xs, ys, gt_rboxes, 0.23, ngds_score, True)等这些函数里面全是空?另外:还有一个问题,在训练的时候,损失都很正常,但是训练完每一个epoch进行验证的时候,各项指标均为0?我是按照作者get_start里对dota数据集进行划分的。
盼回复!祝生活愉快!
The text was updated successfully, but these errors were encountered: