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

scans location recover in function about generateBoundingBox() ? #27

Open
Wenchao-Du opened this issue Nov 3, 2017 · 1 comment
Open

Comments

@Wenchao-Du
Copy link

i have been reimplementing this work presently, but i have a problem about the "P-net",we need recover original scans location from output feature maps, but why the stride was set 2, i could not understand it clearly, the code is follow:
stride=2; boundingbox=[fix((stride*(boundingbox-1)+1)/scale) fix((stride*(boundingbox-1)+cellsize-1+1)/scale) score reg];
could you explain it simplely? thanks.

@ZhiqiJiang
Copy link

Because P-net only have one pooling layer, namely shifting one step in output feature map is equal to shifting two step in input layer.

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