Recap Object Detection

Recap Object Detection

Professional Development

8 Qs

quiz-placeholder

Similar activities

Executive Engagement & Customer Advisory Board (CAB) Nomination

Executive Engagement & Customer Advisory Board (CAB) Nomination

Professional Development

6 Qs

WhiteBelt Session - Secure Coding - OWASP Top 10

WhiteBelt Session - Secure Coding - OWASP Top 10

Professional Development

10 Qs

CTB Team Building

CTB Team Building

Professional Development

6 Qs

Jan25 Ice breaker

Jan25 Ice breaker

Professional Development

7 Qs

Real World Mapping in C#

Real World Mapping in C#

Professional Development

10 Qs

Phase 1 Recap

Phase 1 Recap

Professional Development

13 Qs

Quiz su HTML e CSS

Quiz su HTML e CSS

Professional Development

10 Qs

Zoom bit Robotic Quiz

Zoom bit Robotic Quiz

Professional Development

11 Qs

Recap Object Detection

Recap Object Detection

Assessment

Quiz

Information Technology (IT)

Professional Development

Hard

Created by

YP Loh

Used 4+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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