Community Profile

photo

Aiman Zara


Last seen: 3개월 전 2022년부터 활동

Followers: 0   Following: 0

통계

  • First Answer
  • Thankful Level 3
  • Explorer

배지 보기

Feeds

보기 기준

질문


how to export image classification results in excel sheet
i did image classification using Neural Network, now I want the results shown in command window to also save/export in excel she...

6개월 전 | 답변 수: 1 | 0

1

답변

질문


how to display excel data
i have used this code but it only displays data against coloumn1 (if I enter any field from coloumn1 then it displays the whole ...

11개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
how to search specific data from matlab in excel
in = input('F'); [num,txt,raw] = xlsread('ExcelData.csv'); p = strcmpi(in,raw(:,2));% Compare user input string with entries i...

11개월 전 | 0

질문


Error using table (line 231) All table variables must have the same number of rows. Error in correct1 (line 35) disease_cure_table = table(all_diseases,all_Pests, all_cures,
I have two excel files, need to find the commomn diseases in both and then write disease names and their cures in the same row i...

11개월 전 | 답변 수: 1 | 0

1

답변

질문


in pool1_2, input size mismatch. size of input to this layer is different from the expected input size. Inputs to this layer: from the layer relu1_2 (1*1*64 output)
I have used deep network designer, I am stuck with this error, please help me modify the code layers = [ imageInputLaye...

12개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to write two columns data in new excel, from the already available two excel files
@Walter Roberson From the above code I changed the following lines all_cures = {fusarium_cure1; fusarium_cure2; bacterial_cur...

12개월 전 | 0

질문


how to write values in excel after fetching from other excel files
i used this code file1 = 'DiseaseCure.csv'; file2 = 'ExcelStages.csv'; data1 = readtable(file1); data2 = readtable(file2); ...

12개월 전 | 답변 수: 1 | 0

1

답변

질문


How to write two columns data in new excel, from the already available two excel files
i want to write the common diseases and their cure from the two excel files(attached). The new table should contain two columns ...

12개월 전 | 답변 수: 2 | 0

2

답변

질문


how to fetch data from excel and store it in another excel file
I have a data in excel table, I want to fetch some data from that table and then store it in anaother table. How to do that plea...

12개월 전 | 답변 수: 2 | 0

2

답변

질문


how to find the filter size, kernels, stride and padding for the next convolutional layer in a neural network
I want to know how one can find the kernels, filter size in a neural network (say it is Alexnet). How we got filter size 11,11 a...

대략 1년 전 | 답변 수: 0 | 0

0

답변

질문


Error using == Matrix dimensions must agree.
using this code to find the location of each element in the matrix fn = 'FinalBookExcel.csv'; data = readmatrix(fn); % read th...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


how to find the corresponding elements in a matrix/excel
Like if I name the Stage 2 then it should display the disease name(Alternaria leafspot) occuring at that stage. Sample file atta...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


how to find the location of a specific element in a matrix or in a excel file
i need to find the location of each element from the matrix/excel, how can i do it through matlab functions? if not possible wit...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


how to automatically find the location of the element/text in excel
I have to find a specific position/ location of any element in excel how would I do that? Like If I have to find the position of...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


how to search a specific element/text from excel and then show if it is true/false
From excel i want to search a disease named "Fusarium wilt" and then I want to show that this disease is true(available in the e...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


how to track objects in a live video
By using this code, when I show the image of the object in a phone it tracks its name but when i show a video then it can not id...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


how to run the two MATLAB files(scripts) in one script
Like I want motion based object detection and live webcam video tracking to run in a single matlab script, how to do so? can som...

대략 1년 전 | 답변 수: 0 | 0

0

답변

질문


Is it possible to track diseases on plant say it is (orange) and also predict its yield based on the number of oranges on the tree in webcam live streaming using MATLAB?
i want to track orange tree diseases (along with disease name) and count the number of oranges on the tree during live webcam st...

대략 1년 전 | 답변 수: 0 | 0

0

답변

질문


how to resolve this input size error
i am having trouble to resolve this input size error, tried putting (224 224) the input size as my pretrained model is googlenet...

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


Is there any way possible to track an object along with its name on the webcam recording
I want to track no of objects along with it name on the webcam. Can anyone please guide me how to do that or share the code.

대략 1년 전 | 답변 수: 0 | 0

0

답변

질문


how to select the parts/objects in an image
I want to select the specific parts of an image, like I have a plant image and in that iamge I need to to select/highlight/ the ...

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


I have to find specific parts of an image , should I mention the size of those parts to be detected?
this is the output, I just want to detect the white cotton and the green bolls from the whole pic, also i need to validate the...

대략 1년 전 | 답변 수: 0 | 0

0

답변

질문


how to evaluate cotton plant size, its balls and bulb
Please help me find the code to predict cotton balls, bulbs and plant size

대략 1년 전 | 답변 수: 0 | 0

0

답변

질문


how to predict cotton bulb, cotton ball and plant size
could not find code for the estimating cotton bulbs, cotton balls and cotton plant size. Please help me I am a newbie here.

대략 1년 전 | 답변 수: 1 | 0

1

답변

질문


why my classification results are not correct
net = googlenet; inputSize = net.Layers(1).InputSize classNames = net.Layers(end).ClassNames; numClasses = numel(classNames);...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Cannot find files or folders matching: 'processed'.

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


why do I get the Error using imageDatastore (line 6) Expected a string scalar or character vector for the parameter name.
% Store the output in a temporary folder downloadFolder = tempdir; filename = fullfile(downloadFolder,"D:\dataset\output"); ...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


why can't I get the correct results when performing classification on googlenet model
i have trained my model using googlenet and it depicted 93% accuracy for disease detection, but after that when i perform classi...

1년 초과 전 | 답변 수: 1 | 0

1

답변

질문


getting deep network designer error in googlenet, my laptop shutdowns automatically during training
i am running training on googlenet but i get the error for deep learning desighner, dont know how how to resolve it. If I commit...

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How much time MATLAB takes to train image data of 495MBs
I am using transfer learning code for alexnet and I have pictoral dataset of 495MBs, currently running a training on it and it s...

1년 초과 전 | 답변 수: 1 | 0

1

답변

더 보기