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

when distilling Faster RCNN with FPN, do we need to firstly assign gt box to different FPN level and then generate imitation region? Or for every FPN level, we generate imitation region according to all gt boxes? #17

Open
UcanSee opened this issue Feb 26, 2020 · 3 comments

Comments

@UcanSee
Copy link

UcanSee commented Feb 26, 2020

No description provided.

@twangnh
Copy link
Owner

twangnh commented Mar 7, 2020

on each level of fpn, only the assigned gt box will be used calculate the imitation region

@UcanSee
Copy link
Author

UcanSee commented Mar 12, 2020

I met with some problems when add your proposed imitation loss to faster rcnn with fpn, I assign gt in this way: one a certain level, for a gt box, If the anchor box which have largest iou with the gt box is not generated from this level and all anchors in this level have no iou with the gt box lager than 0.7, then the gt box should not participate in generating imitation region. if a gt box not satisfy the above two conditions, then the gt box should participate in generating imitation region in paper way. I've got bad results after distillation in above way, did I make something wrong when assigning gt or others?

@ggjy
Copy link

ggjy commented Apr 15, 2020

I met with some problems when add your proposed imitation loss to faster rcnn with fpn, I assign gt in this way: one a certain level, for a gt box, If the anchor box which have largest iou with the gt box is not generated from this level and all anchors in this level have no iou with the gt box lager than 0.7, then the gt box should not participate in generating imitation region. if a gt box not satisfy the above two conditions, then the gt box should participate in generating imitation region in paper way. I've got bad results after distillation in above way, did I make something wrong when assigning gt or others?

Do you find out how to do the imitation with FPN? I also got bad results in situation such as Res50 based FPN as teacher, Res18 based FPN as student.

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