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

Instance Normalization #44

Open
fujistoo opened this issue Apr 21, 2022 · 0 comments
Open

Instance Normalization #44

fujistoo opened this issue Apr 21, 2022 · 0 comments

Comments

@fujistoo
Copy link

fujistoo commented Apr 21, 2022

In the paper, you have mentioned that each convolutional block for the DHAN follows by an Instance Normalization (IN) and LeakyReLU layer, however, it uses Batch Normalization here instead.

return w0*x+w1*slim.batch_norm(x)

Am I missing out on something here or is this the representation for IN? I do know that BN is used for shadow removal, but nm was referred on the build_aggasatt_joint, so it confuses me a little.

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