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

expression does not match with eq in the paper. #55

Open
hkleec opened this issue Jul 29, 2023 · 0 comments
Open

expression does not match with eq in the paper. #55

hkleec opened this issue Jul 29, 2023 · 0 comments

Comments

@hkleec
Copy link

hkleec commented Jul 29, 2023

in fba_fusion funtion in model.py:

F = ((alpha * img + (1 - alpha**2) * F - alpha * (1 - alpha) * B))
B = ((1 - alpha) * img + (2 * alpha - alpha**2) * B - alpha * (1 - alpha) * F)

But from eq(4), eq(5) in paper says:

F1 = ((alpha * img + (1 - alpha**2) * F - alpha * (1 - alpha) * B))
B = ((1 - alpha) * img + (2 * alpha - alpha**2) * B - alpha * (1 - alpha) * F)
F = F1

the effect of change to results is little, though.

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

1 participant