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

Wrong Image to Conv Animation #42

Open
Yingrjimsch opened this issue Nov 7, 2023 · 1 comment
Open

Wrong Image to Conv Animation #42

Yingrjimsch opened this issue Nov 7, 2023 · 1 comment

Comments

@Yingrjimsch
Copy link

Hello I've got an issue with Image to Convolutional 2D . I took the cnn example and changed the Neural Network to:

nn = NeuralNetwork(
            [
                ImageLayer(numpy_image, height=1.5),
                Convolutional2DLayer(1, 16, 3, activation_function="ReLU"),
                #Convolutional2DLayer(3, 5, 3, filter_spacing=0.32),
                #Convolutional2DLayer(5, 3, 3, filter_spacing=0.18),
                #FeedForwardLayer(3),
                #FeedForwardLayer(3),
            ],
            layer_spacing=0.25,
        )

when I run the code the image rotation / scaling is somehow wrong. Maybe you guys know what the problem could be.
image

@Tmodrzyk
Copy link

Hi, I may be mistaken but I think it has to do with Manim. There is a known history of images being buggy when working in 3D in manim. For instance check ManimCommunity/manim#3482

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

2 participants