photo

Harpreet Kaur


Last seen: 28 days 前 自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

Feeds

排序方式:

提问


i need to find correlation between the consecutive images saved in a single folder. I tried with different ideas for this but it runs the loop more than required, please help me out. I am stuck with the error 'MAP must be a m x 3 array.'
Folder = 'H:\TU\thesis\thesis sem4\video databases\FRAMES'; FileList = dir(fullfile(Folder, '*.jpg')); NF = length(Fil...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Why does MATLAB shows this error? Layer 5 is expected to have a different size.
categories={'Dog','Cat'}; rootfolder='C:\CNN\DeepLearningDemos\DeepLearningDemos\cifar10Train'; imds = imageDatastore(f...

7 years 前 | 0 个回答 | 0

0

个回答

提问


MATLAB error: The output size (4) of the last layer doesn't match the number of classes (2). How to match the size for neural network?
categories={'Dog','Cat'}; rootfolder='C:\Users\njindal\Documents\CNN\CNn\DeepLearningDemos\DeepLearningDemos\train dataset'...

7 years 前 | 1 个回答 | 0

1

个回答