Sahik Ha.adi
Followers: 0 Following: 0
Statistiques
4 Questions
0 Réponses
RANG
234 204
of 295 527
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
0
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
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...
9 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
9 mois il y a | 1 réponse | 0
1
réponseQuestion
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 ...
9 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
10 mois il y a | 1 réponse | 0