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

regression_target分布统计问题? #32

Open
johnson-magic opened this issue Sep 30, 2021 · 0 comments
Open

regression_target分布统计问题? #32

johnson-magic opened this issue Sep 30, 2021 · 0 comments

Comments

@johnson-magic
Copy link

johnson-magic commented Sep 30, 2021

@implus
如题,按照我的理解,我将训练集1个epoch的regression_target保存了下来(shuffle设定为False),并可视化结果如下图所示。
image
感觉和论文中翔哥你展示的不一致。
image

我的做法是在gfl_head.py找那个将target_corners这个变量保存下来,然后画直方图,请问有什么问题吗?

with open('./target_corners_results/{}.npy'.format(time.time()), 'wb') as f:
        np.save(f, target_corners.cpu().numpy())
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

1 participant