-
Notifications
You must be signed in to change notification settings - Fork 68
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
Multi-band image calculation FSIM is Nan value #62
Comments
The problem may be in the PC component; the 4th element of the PC is all zero, but I don't know why. |
@MC1016 thanks for reporting. |
if name == 'main': print(mfsim1(ref,tar)) |
data structure [batch,channel,x,y] |
When the code calculates FSIM for multi-band data, the actual single-band results are averaged, and the calculations are all Nan-valued, even with my randomly generated matrices
The text was updated successfully, but these errors were encountered: