Add Grad-CAM visualization styles and flip functionality#4
Merged
alok-devforge merged 1 commit intogh-pagesfrom Apr 28, 2025
Merged
Add Grad-CAM visualization styles and flip functionality#4alok-devforge merged 1 commit intogh-pagesfrom
alok-devforge merged 1 commit intogh-pagesfrom
Conversation
…ge transitions and button interactions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces enhancements to the Grad-CAM visualization feature in
gradcam.htmland updates the.vscode/settings.jsonfile to configure the Live Server port. The changes focus on improving the 3D flip animation, ensuring smooth transitions, and addressing rendering issues for Grad-CAM images.Grad-CAM Visualization Enhancements:
.visual-container,.visual-xray, and.visual-gradcamclasses to support 3D flip animations with smooth transitions and proper backface visibility handling. (gradcam.html, gradcam.htmlR131-R179)flippedclass on the container and ensure animations play correctly by forcing reflows. (gradcam.html, gradcam.htmlL401-R458)srcattribute to address visibility issues during the flip. (gradcam.html, gradcam.htmlR469-L434)Development Environment Configuration:
.vscode/settings.jsonto set the Live Server port to5502for consistent local development. (.vscode/settings.json, .vscode/settings.jsonR1-R3)