Statistica
4 Domande
0 Risposte
RANK
287.786
of 300.392
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 168.373
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...
oltre un anno 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...
oltre un anno 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 ...
oltre un anno 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...
oltre un anno fa | 1 risposta | 0
