photo

Sahik Ha.adi


Last seen: 約2ヶ月 前 2024 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


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

4ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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

4ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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

5ヶ月 前 | 1 件の回答 | 0

1

回答

質問


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

5ヶ月 前 | 0 件の回答 | 0

0

回答