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

Camera Moving Forward Pass #18

Open
helblazer811 opened this issue Jan 13, 2023 · 2 comments
Open

Camera Moving Forward Pass #18

helblazer811 opened this issue Jan 13, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@helblazer811
Copy link
Owner

It would be cool to have an animation where the camera flies with the forward pass animation. This would be especially valuable for visualizing very king architectures.

@helblazer811
Copy link
Owner Author

This could be done in the NeuralNetwork class by basically constructing a forward pass animation but also adding animations to keep the camera over where the currently active animations are happening. The difficulty of this in edge cases is figuring out what layers the animation spans. By default each animation will only cause changes in the preceding and subsequent layers. This would be good default behavior for this feature.

@helblazer811
Copy link
Owner Author

I could figure out the run time of each layer animation and linearly move the camera center between layers. Also make the horizontal field of view the maximum width of three adjacent layers, and make the vertical field the maximum width of a layer, also with some additional buffer.

@helblazer811 helblazer811 added the enhancement New feature or request label Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant