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

how comput stride size of vgg outputs? #953

Open
sanhai77 opened this issue Aug 1, 2023 · 0 comments
Open

how comput stride size of vgg outputs? #953

sanhai77 opened this issue Aug 1, 2023 · 0 comments

Comments

@sanhai77
Copy link

sanhai77 commented Aug 1, 2023

hi
in the 3.3 section :

On the re-scaled images, the total stride for both ZF and VGG nets on the last convolutional layer is 16 pixels, and thus is ∼10 pixels on a typical PASCAL image before resizing (∼500×375).

vgg have 4 pooling layers(used in faster r cnn), each which has stride 2. and finally output stride will be 2x2x2x2 = 16. but i dont understand how this comput for (500x375) image size, is 10 pixel?
Shouldn't the step be 16 for all images?

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