photo

Aiman Zara


Last seen: 7 mesi fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

  • First Answer
  • Thankful Level 3
  • Explorer

Visualizza badge

Feeds

Visto da

Domanda


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

9 mesi fa | 1 risposta | 0

1

risposta

Domanda


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

circa un anno fa | 1 risposta | 0

1

risposta

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

circa un anno fa | 0

Domanda


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

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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

circa un anno fa | 1 risposta | 0

1

risposta

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

circa un anno fa | 0

Domanda


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

circa un anno fa | 1 risposta | 0

1

risposta

Domanda


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

circa un anno fa | 2 risposte | 0

2

risposte

Domanda


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

circa un anno fa | 2 risposte | 0

2

risposte

Domanda


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

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


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

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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.

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


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

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


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

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


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

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


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.

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


Cannot find files or folders matching: 'processed'.

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


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

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


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

oltre un anno fa | 1 risposta | 0

1

risposta

Carica altro