Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use the mnisten to create idx3 data format #8

Open
ouche opened this issue Apr 24, 2016 · 1 comment
Open

How to use the mnisten to create idx3 data format #8

ouche opened this issue Apr 24, 2016 · 1 comment

Comments

@ouche
Copy link

ouche commented Apr 24, 2016

Hello everyone.

I am new to GitHub.com, and I have found a priceless information in here. However I need help on how to use the mnisten to create .idx3-ubyte file format in MATLAB. how do I go about it please?

below is the code for the data set I want to convert...:

 %% Load image dataset
 imgFolder1 = fullfile('C:\Users\Jay\Desktop\practical-cnn-2015a\NairaNotes');
 trainingSet = imageSet(imgFolder1, 'recursive');

  %% 
  for digit = 1:numel(trainingSet)

          numImages = trainingSet(digit).Count;           

          for i = 1:numImages

                img = read(trainingSet(digit), i);

          end
end
@lenghanyan
Copy link

请你你解决了吗??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants