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

Quesntion about image size? #103

Open
SnoopyMark opened this issue Apr 8, 2021 · 1 comment
Open

Quesntion about image size? #103

SnoopyMark opened this issue Apr 8, 2021 · 1 comment

Comments

@SnoopyMark
Copy link

In file "models/vg/ResNet-101/faster_rcnn_end2end_final/test.prototxt" there is a input data layer:

name: "ResNet-101"
input: "data"
input_shape {
  dim: 1
  dim: 3
  dim: 224
  dim: 224
}

But when i fit this model to my own data, it seems that the network does not crop and resize images and the raw images are put into network and the feature maps of the last convolution layer are thus not 14×14 but much bigger?
Here is my question:
Do you crop and resize pictures in Visual Genome to 224×224 to train this detection model?
Do I need to crop and resize my own pictures to 224×224 to fit this detection model?
Thx for your attention!

@SnoopyMark
Copy link
Author

Also, please forgive me if my doubts are indicated in the paper.

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