fitushar / 3D-Grad-CAM

This repo contains Grad-CAM for 3D volumes.
75 stars 13 forks source link

CAM for action recognition? #1

Closed kentwhf closed 4 years ago

kentwhf commented 4 years ago

Hello,

I took a quick look into the code and found your data in "nii.gz" format, but I assume it is still taken as images (height, width, channels) by the model right? I don't have much knowledge regarding biomedical imaging tho..

Could this script be used for video analysis? I fed my 3D CNN with video data, which has the dimension of time.

fitushar commented 4 years ago

Hi, the Input dimension of the Nifti data ( nii.gz) is (Height ,weight ,depth, Channel). I never worked with Video Data but if your Data is having this dimension in theory it should work.

kentwhf commented 4 years ago

Thanks. I got the desired graphs.