new images for CNN and deep learning?
조회 수: 4 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (1개)
Kenta
2020년 7월 11일
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!