new images for CNN and deep learning?

1 view (last 30 days)
Marry M
Marry M on 3 Mar 2017
Answered: Kenta on 11 Jul 2020
Hi, There are sorts of pre-trained CNN data base for deep learning in webs, my problem is how can I do for my own images (images are not in any database)!! The code explained here: https://github.com/vedaldi/practical-cnn/blob/master/exercise1.m is about CNN for one image,and explain for different steps.however, any body can help me is it fine for training new images? if yes, how can I train my images (100 RGB images)? Do I need to for each image separately and save them as a .mat file?

Answers (1)

Kenta
Kenta on 11 Jul 2020
Yes, you can do that. Just save your images into different name of folder.
You can check an example to train and classify new data.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!