vibalab / CNNExplorer

0 stars 0 forks source link

Display layers under modules #8

Closed sungwookson closed 5 months ago

sungwookson commented 6 months ago

Currently, only modules are visible within the screen but it is hard to understand the inner of the modules. Also, when the mouse hover was done, a static amount was shifted but did not display deeper parts.

To somewhat fix this issue, the layers are presented inside the module.

Still needs improvement in the following

Demo of current progress.

https://github.com/Negota/vis4cnn/assets/3919706/03d66098-323d-41ca-affc-fc81d98a29e5

Negota commented 6 months ago

For the first item, we can use duration to make a layer after animation happens. Visualizing the residual and inception modules is more important.

sungwookson commented 6 months ago

Current issue still does not handle inceptionnet.

With defined IR in #6 inceptionnet needs to be drawn