How can i load my own data set of images ?
6 views (last 30 days)
Show older comments
Hello everyone,
I'm working on cnn to apply deep learning algorithms on a dataset of pictures that i've created. But i couldn't load those images on matlab. Furthermore, if there is anyone working on cnn, i need to do object classification among them, does have any idea how to classification, train and test processes please help me. Thanks already.
4 Comments
Sakshi Sharma
on 1 Jul 2021
Hi, I am also doing the same but loading my own dataset of 25 images. Can you please guide me with whole process and code with the same, as I am assuming you had already done with this question solution.
Thanks!
Answers (1)
Image Analyst
on 28 Dec 2015
5 Comments
Image Analyst
on 29 Dec 2015
Use code from the FAQ to open a sequence of files: http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
Then, in the middle of the loop, take whatever variables you want to save in .mat files and save them with a call to load().
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!