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

About the roi align layer #3

Open
suzhenghang opened this issue Jul 19, 2017 · 2 comments
Open

About the roi align layer #3

suzhenghang opened this issue Jul 19, 2017 · 2 comments

Comments

@suzhenghang
Copy link

Hi @jasjeetIM ,
After adding the roi align layer,I replace the roi pooling layer in the trainval.prototxt like the following:

...................
top: "conv5_3"
}
layer {
name: "roi_align5"
type: "ROIAlign"
bottom: "conv5_3"
bottom: "rois"
top: "pool5"
roi_align_param {
pooled_w: 7
pooled_h: 7
spatial_scale: 0.0625 # 1/16
}
}
layer {
name: "fc6"
...................

Did it right? If so, did you compare the roi align layer and roi pooling layer in object detection? Could it increase the mAP?

Thanks in advance.

@alphacentauri12
Copy link

Hi @suzhenghang / @jasjeetIM
have you made a comparison "RoIAlign vs. RoIPool" layer?
I want to replace the RoIPool layer in Faster R-CNN with the RoiAlign layer, hoping to get a more precise detection. Do you think that it is possible?

@ghost
Copy link

ghost commented Mar 19, 2018

Hi@suzhenghang , could you let us know the update please? thank you

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