Recap Object Detection

Recap Object Detection

Professional Development

8 Qs

quiz-placeholder

Similar activities

Webinar - TypeScript

Webinar - TypeScript

Professional Development

5 Qs

Jan25 Ice breaker

Jan25 Ice breaker

Professional Development

7 Qs

2025-01 Python Belgrade QUIZ

2025-01 Python Belgrade QUIZ

Professional Development

10 Qs

LINKS Cyber Youth Challenge - Round 4

LINKS Cyber Youth Challenge - Round 4

Professional Development

10 Qs

Knowing the Cyber Threat

Knowing the Cyber Threat

Professional Development

6 Qs

CTB Team Building

CTB Team Building

Professional Development

6 Qs

Cuci Otak Kita

Cuci Otak Kita

Professional Development

11 Qs

Real World Mapping in C#

Real World Mapping in C#

Professional Development

10 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