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

Question about the implementation of FCN(heatmap) #15

Open
Seanlinx opened this issue Sep 27, 2016 · 1 comment
Open

Question about the implementation of FCN(heatmap) #15

Seanlinx opened this issue Sep 27, 2016 · 1 comment

Comments

@Seanlinx
Copy link

Hi, layumi,
I am interested in the FCN method you adopt in 12-net as you mentioned in the technical report, but I get a little confused about the implementation. Could you please explain the point of deleting first col(row) of resized image in 12-net in scanpic_aflw_fast_slide.m? And why there isn't a subsequent 12-net-c?

Thanks!

@layumi
Copy link
Owner

layumi commented Sep 28, 2016

@Seanlinx

1.Because there is a stride 2 function in the net, it will skip some image and get a 1/4 small heatmap. So I make up this loss by running code four time to get a whole heatmap.

2.12netc input is the output from 12net. So I didn't use heatmap method in 12net.

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