Recap Object Detection

Recap Object Detection

Professional Development

8 Qs

quiz-placeholder

Similar activities

Microsoft Azure Fundamentals: cloud computing

Microsoft Azure Fundamentals: cloud computing

Professional Development

12 Qs

Máster SAP BTP (CAP) Class #4

Máster SAP BTP (CAP) Class #4

Professional Development

3 Qs

Web Development Mastery

Web Development Mastery

Professional Development

10 Qs

Tosca Quiz1

Tosca Quiz1

Professional Development

12 Qs

Recap Object Detection

Recap Object Detection

Assessment

Quiz

Information Technology (IT)

Professional Development

Hard

Created by

YP Loh

Used 4+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a commonly used object detection algorithm?

YOLO

SSD

R-CNN

ResNet

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the "anchor box" represent in object detection models like YOLO and SSD?

A ground truth label

A proposed region for classification

A pre-defined box used to predict bounding boxes

A type of data augmentation

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the Intersection over Union (IoU) metric?

To improve model training time

To resize input images correctly

To measure overlap between two boxes

To detect the object class name

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes the YOLO detection approach?

Detects objects in multiple stages

Uses a grid to predict bounding boxes

Uses selective region proposals

Predicts bounding boxes with a decoder

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Faster R-CNN, what does the RPN do?

It classifies object categories

It generates object region proposals

It filters out noisy bounding boxes

It calculates total model loss

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the function of Non-Maximum Suppression (NMS)?

Combines object feature vectors

Eliminates duplicate box predictions

Reduces training dataset size

Converts masks to bounding boxes

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which metric is most commonly used to evaluate object detection models?

Accuracy over all images

Average classification score

Mean Average Precision (mAP)

Mean Square Bounding Error

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a major difference between classification and object detection?

Detection classifies without labels

Detection uses deeper neural nets

Detection finds object locations too

Detection avoids feature extraction