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

关于dynamic_preprocess2的疑问 #138

Open
AIaimuti opened this issue Sep 11, 2024 · 4 comments
Open

关于dynamic_preprocess2的疑问 #138

AIaimuti opened this issue Sep 11, 2024 · 4 comments

Comments

@AIaimuti
Copy link

image
这里在第一遍dynamic_preprocess的结果上去第一个到倒数第二个的结果 + dynamic_preprocess2的结果 + dynamic_preprocess的最后一个,请问
(1)请问这样做的含义是什么?
(2)两个dynamic_preprocess过程可以合并为一个?
(3)如果可以合并,您推荐怎样处理呢?

@AIaimuti
Copy link
Author

还有就是dynamic_preprocess2这里的max_num设为多少比较合适呢?

@mxin262
Copy link
Collaborator

mxin262 commented Sep 11, 2024

Hi~
(1) It represents the detailed layers, adaptive layer, and global layer in the paper.
(2) Yes, they can be combined into one function, and in the future, I will merge them.
(3) you can attempt to merge dynamic_preprocess2 into dynamic_preprocess.
(4) During testing, max_num here is usually set to one less than min_num in dynamic_preprocess.

@cooleel
Copy link

cooleel commented Oct 8, 2024

(4) During testing, max_num here is usually set to one less than min_num in dynamic_preprocess.
But the min_num is usually 1?

@mxin262
Copy link
Collaborator

mxin262 commented Oct 30, 2024

It is usually set to 2 to 5, as the global image size is 1.

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