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

Some Question About尺度不变性学习 #30

Open
Victory8858 opened this issue Apr 16, 2023 · 1 comment
Open

Some Question About尺度不变性学习 #30

Victory8858 opened this issue Apr 16, 2023 · 1 comment

Comments

@Victory8858
Copy link

您好,想请教一下对于尺度不变性学习部分
1、原尺寸图用P3-P7,缩小一半的用P2-P6,请问推理预测eval的时候用哪一部分呢?
2、好像一般的ResNet50-FasterRCNN-FPN架构中P2—P5对应(C2-C5),P6P7是在P5上延伸出来的,请问PseCo中是这样吗,配置文件中的add_extra_convs='on_input'是这样的意思吗?

@miaowumonsyer
Copy link

eval用的教师模型,即p3-p7
p6.p7是在p5上延申出来的,具体的可以看mmdetection/models/necks/fpn的代码

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