20 August 2024 2 7K Report

I am trying to use morlet wavelet on BCIC-IV-2a dataset to create a 2D image. Since, the dataset is 1000 samples long and with 22 channels, after applying the transform the shape becomes (22,127,1000) where 127 is of course wavelet coefficients.

My aim is to apply pre-trained Resnet model upon this image, for that I resized the image to (224,224) from (127,1000).

Can you suggest further steps that can be taken for proper training ? Or have I missed necessary processing on the wavelet image here ?

Similar questions and discussions