We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
## crop corresponding ref patches index = ind_l[:, :, 0] idx_x = index % Wr idx_y = index // Wr
请问下,在MASA_arch.py文件中的第412-415行代码中(如上所示),这里的idx_x = index % Wr和idx_y = index // Wr代表什么意思?
The text was updated successfully, but these errors were encountered:
@SkyeLu
Sorry, something went wrong.
为了得到ref patches的坐标
No branches or pull requests
请问下,在MASA_arch.py文件中的第412-415行代码中(如上所示),这里的idx_x = index % Wr和idx_y = index // Wr代表什么意思?
The text was updated successfully, but these errors were encountered: