Community Profile

photo

Aiman Zara


Last seen: 3 mois il y a Actif depuis 2022

Statistiques

  • First Answer
  • Thankful Level 3
  • Explorer

Afficher les badges

Content Feed

Afficher par

Question


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 mois il y a | 1 réponse | 0

1

réponse

Question


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 ...

10 mois il y a | 1 réponse | 0

1

réponse

A répondu
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...

10 mois il y a | 0

Question


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 mois il y a | 1 réponse | 0

1

réponse

Question


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...

11 mois il y a | 1 réponse | 0

1

réponse

A répondu
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...

11 mois il y a | 0

Question


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); ...

11 mois il y a | 1 réponse | 0

1

réponse

Question


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 ...

11 mois il y a | 2 réponses | 0

2

réponses

Question


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...

11 mois il y a | 2 réponses | 0

2

réponses

Question


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...

12 mois il y a | 1 réponse | 0

0

réponse

Question


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...

12 mois il y a | 1 réponse | 0

1

réponse

Question


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...

12 mois il y a | 1 réponse | 0

1

réponse

Question


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...

12 mois il y a | 1 réponse | 0

1

réponse

Question


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...

12 mois il y a | 1 réponse | 0

1

réponse

Question


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...

12 mois il y a | 1 réponse | 0

1

réponse

Question


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...

environ un an il y a | 1 réponse | 0

1

réponse

Question


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...

environ un an il y a | 1 réponse | 0

0

réponse

Question


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...

environ un an il y a | 1 réponse | 0

0

réponse

Question


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...

environ un an il y a | 1 réponse | 0

1

réponse

Question


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.

environ un an il y a | 1 réponse | 0

0

réponse

Question


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 ...

environ un an il y a | 2 réponses | 0

2

réponses

Question


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...

environ un an il y a | 1 réponse | 0

0

réponse

Question


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

environ un an il y a | 1 réponse | 0

0

réponse

Question


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.

environ un an il y a | 1 réponse | 0

1

réponse

Question


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

environ un an il y a | 1 réponse | 0

1

réponse

Question


Cannot find files or folders matching: 'processed'.

environ un an il y a | 1 réponse | 0

1

réponse

Question


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"); ...

environ un an il y a | 1 réponse | 0

1

réponse

Question


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...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


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...

plus d'un an il y a | 1 réponse | 0

0

réponse

Question


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...

plus d'un an il y a | 1 réponse | 0

1

réponse

Charger plus