-
Notifications
You must be signed in to change notification settings - Fork 86
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
Comments
@Kevin43614 Thanks for interest. Yeah. I remeber that we use 3x3 for offset prediciton. |
@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 ? |
@Kevin43614 After fc layers, we reshape the vector to feature map and upsample the feature map. |
@JialeCao001 |
@z0978916348 Please refer the code. D2Det/mmdet/ops/dcn/deform_pool.py Line 199 in a76781a
|
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 ?
The text was updated successfully, but these errors were encountered: