Suheer Ali
Followers: 0 Following: 0
Feeds
提问
link CSV file with image name
I have a dataset that contains tif images in train folder and CSV file which has names of image without extension and labels. I...
6 years 前 | 1 个回答 | 0
1
个回答提问
Is it possible to use pretrained network like alexnet with a new dataset that has different category?
I used alexnet with a dataset which it is categores {1-50,51-100, 101- ...}. is this possible? if yes, why I get this error? ...
6 years 前 | 1 个回答 | 0
1
个回答提问
how to read labels of image dataset from mat files
I have a dataset which contains two folders one for images and another one is the truth_ground which has mat files that has the ...
6 years 前 | 1 个回答 | 0
1
个回答提问
how can I replace the softmax layer with another classifier as svm in convolution network
I made deep learning application that using softmax layers = [ imageInputLayer(varSize); conv1; reluLayer; ...
6 years 前 | 4 个回答 | 0
4
个回答提问
how can I make 2d auto-correlation and 2d cross-correlation for images dataset
I want to classify an image based on 1. make 2D auto-correlation for a dataset 2. then make 2D cross-correlation for the s...
6 years 前 | 1 个回答 | 0