ResNet13 3D for Video classification GradCam #490
Unanswered
GoncaloGuedes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a 3D ResNet for video classification and I would like to use gradcam.
My input for the model are 16 RBG images with a size of 512. The
video
variable has a shape of [1, 3, 16, 512, 512]My problem is when I run this code (like the example by the author)
I get a
grayscale_cam
with a shape of [1, 512, 512, 32] instead of [1, 512, 512].How can I fix it?
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions