YangWangsky / tf_EEGLearn

A tensorflow implementation for EEGLearn
MIT License
77 stars 31 forks source link

Generate images by band #3

Closed IsaacSpace closed 5 years ago

IsaacSpace commented 5 years ago

Hi friend, I'm using your implementation to generate images, it's very interesting the way you make a .mat file to save al images. I want to create a similar file but saving images by band. How I can do that?

YangWangsky commented 5 years ago

The images' shape should be [32, 32, 3], and 3 is the bank channel. I think maybe you could directly load the image, and only use one of the bank channels.