Skip to main content

Questions tagged [object-detection]

Object detection deals with recognizing the presence of objects of a certain semantic class (e.g., “humans”, “buildings”, “cars”, etc.) in digital image and video data.

2 votes
1 answer
27 views

Object detection for finite dataset

Consider the following scenario If I want to train a model to detect and count these squares: These squares will never be different. They will always look exactly the same, and be of exactly the ...
Fresh Prince Of Nigeria's user avatar
1 vote
0 answers
33 views

Is it reasonable to use background subtraction to identify some objects in sequential frame images to start labeling objects for YOLO training?

I know background subtraction is not a complete solution for object detection, but I’ve tried it for identifying potential new objects appearing in fixed background camera scenarios (millions of ...
NominalSystems's user avatar
0 votes
0 answers
34 views

How to Plot and Interpret the ROC Curve for Segmentation-based Object Detection Models?

I'm trying to plot the ROC Curve for a number of target/object detection models and compare their performance. The pre-trained models in question take an input image and they output a mask image where ...
Tungdil's user avatar
0 votes
0 answers
10 views

Wilcoxon's Signed-Rank Test in the context of 2 algorithms and 1 domain

I'm trying to understand whether my analysis for a problem is in the right direction. I have 2 algorithms (3d object detectors) that I've applied to the same dataset to obtain TP, FP and FN's for each ...
neoavalon's user avatar
0 votes
0 answers
19 views

Confidence interval for object counting

I'm working on object counting problem with deep learning object detection methods (specifically, yolo and faster rcnn). Is there any known method for uncertainty qunatification for object counting (i....
Andrew Lee's user avatar
0 votes
0 answers
71 views

Why regarding mean Average Precision for 50 and for 50 to 95? And can you average different evaluations?

I saw a lot of papers using mAP@50 and mAP0:5:95, but in terms of deciding how precise a trained object detection model is, I do not understand why often both values are discussed and shown. Wouldn't ...
Taka Incur's user avatar
0 votes
0 answers
11 views

Why detections count is not equal to unique truth count in YOLOv4 test result report?

I trained model using YOLOv4 on GPU, CUDNN and openCV (python) with AlexeyAB\Darknet with multi-label on windows environment. These labels are 25 classes (from 0 to 24). Then I test the model and I ...
N.white's user avatar
0 votes
0 answers
8 views

Object detection: better to train with imbalanced dataset or remove images to balance out [duplicate]

I am training an object detection model using the YOLOv5 architecture. I have the following classes and counts. ...
Peter's user avatar
  • 239
1 vote
0 answers
19 views

Probability of an image containing a specific object, by combining the results of multiple dependent tests

I am trying to assign to images the probability of them containing a metal building. The images can contain either metal buildings, non-metal buildings or no building. Let $B$ be the event that an ...
lovonho's user avatar
  • 11
1 vote
0 answers
46 views

Confidence intervals for Object Detection metrics

I would like to come back on this "When do we require to calculate the confidence Interval?" since recently a reviewer asked me to provide confidence intervals for metrics regarding my work ...
rok's user avatar
  • 111
1 vote
0 answers
12 views

Any image datasets with Inter-annotator agreement (IAA) values recorded? [closed]

Is anyone familiar with publicly accessible image datasets that include Inter-annotator agreement (IAA) scores? Ideally for object detection or classification tasks. Thank you!
SQL_Noob's user avatar
1 vote
0 answers
24 views

Object detection and geolocating the bounding boxes

I have acquired videos from a dashcam installed on a vehicle that went around different portions of an airport. My objective is to detect cracks in the pavements. After identifying them, I then need ...
Arman Malekloo's user avatar
2 votes
1 answer
1k views

Average Precision (AP) for object detection, huge confusion

I've been reading about how object detection models are evaluated. It seems that the metric most often used is AP. But I have stumbled upon 2 different approaches that I think mean completely ...
Tomé Silva's user avatar
2 votes
1 answer
427 views

For "fine-tuning", does the "domain adaptation" approach make sense?

I understand "domain adaptation" to be a type of "transfer-learning" technique. Domain Adaptation: By applying knowledge obtained from a domain with sufficient teacher labels (...
lee_0213's user avatar
1 vote
0 answers
148 views

YOLOv1 and YOLOv2 -- Pr(Object) and "responsible" boxes

In the YOLOv1 paper, Pr(Object) denotes the probability that there is an object in a certain grid cell. When it comes to the ground truth values, which values can Pr(Object) take? Only 0 and 1? What ...
keezar's user avatar
  • 35

15 30 50 per page
1
2 3 4 5
13