
Andrea Daou
Electrical and Electronics Eng.
Researcher PhD Student
Statistics
RANK
115,129
of 260,425
REPUTATION
0
CONTRIBUTIONS
17 Questions
2 Answers
ANSWER ACCEPTANCE
29.41%
VOTES RECEIVED
0
RANK
of 17,899
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 111,876
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
trainYOLOv2ObjectDetector validation option
Hello, I am training a yolov2 model for object detection. Is there any way to validate the model with validation data ? I am ...
1 month ago | 0 answers | 0
0
answersQuestion
Data Augmentation for images and bounding boxes in Object Detection
Hello all, I am trying to apply data augmentation on a object detection dataset created with Image Labeler App in MATLAB. As ex...
1 month ago | 1 answer | 0
1
answerHow to integrate Matlab model in an app designed in android studio?
Hello, Are you working with CNN deep learning image classification models? If yes, you can convert your trained MATLAB CNN mode...
8 months ago | 0
How to classify with DAG network from checkpoint
Hello, I know an answer was accepted for this question but I have a response that might be useful. If the use of network from ...
9 months ago | 0
Question
Image Normalization before Fine-Tuning a pretrained CNN for image classification
Hello, Is it possible to directly add an image normalization step, to this training code below, to normalize all the dataset i...
9 months ago | 2 answers | 0
2
answersQuestion
imageInputLayer Normalization - Data normalization options
Hello, In layer = imageInputLayer(inputSize,Name,Value), it is mentioned that the Normalization value can take 'zerocenter', 'z...
10 months ago | 2 answers | 0
2
answersQuestion
Matlab CNN model to ONNX - Inference Image Classification Results
Hello all, I used 'exportONNXNetwork(net,filename)' function to export a fine-tuned CNN .mat model (mobilenet pretrained and fi...
11 months ago | 2 answers | 0
2
answersQuestion
Exporting Matlab trained CNN model to ONNX Problem
Hello, I exported CNN .mat file to .onnx using exportONNXNetwork function so I can use it with tensorflow-lite for android use....
12 months ago | 1 answer | 0
1
answerQuestion
Feature vector dimension reduction (PCA)
Hello, How can reduce a feature vector of dimension K*N to a feature vectore of dimension K*M with M<N (image classification ta...
1 year ago | 1 answer | 0
1
answerQuestion
Concatenate features for image classification
Hello all, If I want to concatenate features extracted from fully connected layer of a CNN with features extracted from a handc...
1 year ago | 0 answers | 0
0
answersQuestion
Modify a Convolutional Neural Network
Hello, I am working on a task related to image classification. I want to modify my CNN and add a HOG feature extractor in paral...
1 year ago | 0 answers | 0
0
answersQuestion
imageImageLayer with variable image size for Fully Convolutional Network (FCN)
Hello all, I am modifying a pretrained CNN to an FCN and I want to create an input layer that takes variable image dimensions. ...
1 year ago | 0 answers | 0
0
answersQuestion
CNN / Fully Convolutional Network in Image classification
Hello, Are fully convolutional networks (FCN) good for image classification? Is it possible to modify a pretrained CNN to get ...
1 year ago | 0 answers | 0
0
answersQuestion
Split image dataset into two separate folders
Hello all, I need to split an image dataset folder into two seperate folders. In general i use : imds = imageDatastore(data...
1 year ago | 0 answers | 0
0
answersQuestion
Validation Frequency - CNN Training
Hello, I have a question concerning the validation frequency in options when fine-tuning a pretrained network (image classifica...
1 year ago | 0 answers | 0
0
answersQuestion
Does this variable exist
Hello, Is it possible to check if a sub variable of a variable existing in the workspace exists? For exemple 'layers' variabl...
2 years ago | 2 answers | 0
2
answersQuestion
Built-in functions variables not function arguments
Hello! Is it possible to get values of variables calculated in a built-in function (for exemple "classify") used in my matlab c...
2 years ago | 0 answers | 0
0
answersQuestion
Null coefficients when classifying an image
Hello guys! I have a question related to image classification problems. After training my network and finishing the offline pha...
2 years ago | 0 answers | 0
0
answersQuestion
Unknown Class in an Image Classification Problem
Hello, I am using a pretrained model to classify my images (SqueezeNet). I have a database of images of n classes each one in a...
2 years ago | 2 answers | 0