-
Notifications
You must be signed in to change notification settings - Fork 202
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
3D implementation ? #36
Comments
I don't currently have an implementation planned. But yes it should be doable! You can follow my implementation. You'd modify this line to be across 3 dimensions, rather than 2 |
thanks |
I did a refactor -- here's the link! https://github.com/adobe/antialiased-cnns/blob/master/antialiased_cnns/blurpool.py#L40 |
Hi, Thank you for your work! I am also trying a 3D implementation. However, This would give me an idea how important this is, and whether I can use another padding layer interchangeably, or focus on first writing my own 3D reflection padding layer. My guess from your comment in this issue is that it shouldn't matter very much? Thanks for the help! |
Hello
very nice woks !
I do also struggle with spatial shift sensitivity of my 3D CNN and I would like to test your solution.
Is someone aware of a 3D implementation of those filter ? or can you guide us on the implementation ?
Many thanks
The text was updated successfully, but these errors were encountered: