Sahik Ha.adi
Followers: 0 Following: 0
Statistica
4 Domande
0 Risposte
RANK
234.201
of 295.495
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 153.991
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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 mesi fa | 1 risposta | 0
1
rispostaDomanda
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 mesi fa | 1 risposta | 0
1
rispostaDomanda
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 mesi fa | 1 risposta | 0
1
rispostaDomanda
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 mesi fa | 1 risposta | 0