photo

Sahik Ha.adi


Last seen: 10 months ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
144,154
of 297,527

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,075

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

  • Thankful Level 2

View badges

Feeds

View by

Question


How to get confusion matrix for faster r cnn?
https://in.mathworks.com/help/vision/ug/object-detection-using-faster-r-cnn-deep-learning.html I was trying to get confusion ma...

1 year ago | 1 answer | 0

1

answer

Question


WHAT WILL BE THE FEATURE LAYER ? IF I USE DIFFERENT NETWORKS LIKE mobilenetv2, DENSENET201, VGG16?
preprocessedTrainingData = transform(trainingData, @(data)preprocessData(data,inputSize)); numAnchors = 3; anchorBoxes = estim...

1 year ago | 1 answer | 0

1

answer

Question


How to find size of an object inside the bounding box?
From the above image I want to find the size of that particular white region? How can we achive that? i have used the ...

1 year ago | 1 answer | 0

1

answer

Question


Cant able to display bounding box from detector on the image ?
I = imread(testDataTbl.imageFilename{3}); I = imresize(I,inputSize(1:2)); [bboxes,scores] = detect(detector,I); I = insertObj...

1 year ago | 1 answer | 0

1

answer