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

Discriminative ROI Pooling #29

Open
Kevin43614 opened this issue Nov 15, 2020 · 5 comments
Open

Discriminative ROI Pooling #29

Kevin43614 opened this issue Nov 15, 2020 · 5 comments

Comments

@Kevin43614
Copy link

Hello I want to ask one question about your paper.
You say you use a pooling size of 7 × 7 (where k = 7) for classification, so "light-weight offset prediction only requires a k/2 ×k/2
sized RoIAlign" which means pass 3.5*3.5's feature map through fully connected layers ?

@JialeCao001
Copy link
Owner

@Kevin43614 Thanks for interest. Yeah. I remeber that we use 3x3 for offset prediciton.

@Kevin43614
Copy link
Author

Kevin43614 commented Nov 17, 2020

@JialeCao001 If the input size used to offset prediction is 3x3 , and through fully connected layers , how to do RoIAlign and generate a 2k2k(1414) size feature map ?

@JialeCao001
Copy link
Owner

JialeCao001 commented Nov 17, 2020

@Kevin43614 After fc layers, we reshape the vector to feature map and upsample the feature map.

@z0978916348
Copy link

@JialeCao001
I am also confused about this part.
Can you provide more details about operations from three fc layers to generate (2k x 2k) resolution feature map?

@JialeCao001
Copy link
Owner

@z0978916348 Please refer the code.

offset = data.new_empty(0)

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

3 participants