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

heatmap生成代码应该是有一个小bug #11

Open
xtczq opened this issue Aug 13, 2019 · 2 comments
Open

heatmap生成代码应该是有一个小bug #11

xtczq opened this issue Aug 13, 2019 · 2 comments

Comments

@xtczq
Copy link

xtczq commented Aug 13, 2019

train.py文件里面,(gt_heatmap[index])[(gt_heatmap[index]) < 3. * args.sigma] = \np.exp(-(gt_heatmap[index])[(gt_heatmap[index]) < 3 * args.sigma] (gt_heatmap[index])[(gt_heatmap[index]) < 3 * args.sigma] / 2. * args.sigma * args.sigma),这个函数有问题,在2sigma*sigma少了括号

@xtczq
Copy link
Author

xtczq commented Aug 13, 2019

dataload.py里面

@FunkyKoki
Copy link
Owner

Thank you so much for reminding me.

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