AI computer vision - Part II

AI computer vision - Part II

University

7 Qs

quiz-placeholder

Similar activities

Death by powerpoint

Death by powerpoint

University

12 Qs

Kuid Coding dan Perkenalan AI

Kuid Coding dan Perkenalan AI

University

10 Qs

Pulse Quizs

Pulse Quizs

10th Grade - University

10 Qs

Radiation Protection in Diagnostic Radiology

Radiation Protection in Diagnostic Radiology

University

10 Qs

RAD Chapter 18

RAD Chapter 18

University

10 Qs

GLOBAL DEMOGRAPHY

GLOBAL DEMOGRAPHY

University

10 Qs

PaRappa The Rapper quiz

PaRappa The Rapper quiz

KG - Professional Development

10 Qs

basic of robotics

basic of robotics

6th Grade - Professional Development

10 Qs

AI computer vision - Part II

AI computer vision - Part II

Assessment

Quiz

Other

University

Medium

Created by

Daniel K

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which statement best describes the main difference between a one-stage and a two-stage object detector?

One-stage detectors use only RGB images, whereas two-stage detectors only work with grayscale images.

One-stage detectors can detect only small objects, while two-stage detectors only detect large objects.

One-stage detectors combine region proposal and classification steps into a single network, while two-stage detectors first generate region proposals and then classify them.

One-stage detectors are unsupervised, and two-stage detectors are fully supervised.

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When collecting data for training an object detection model, which is the most important practice to ensure robust performance?

Only collect images in perfect lighting conditions.

Make sure all images have the same size, color, and orientation.

Capture a wide variety of scenarios, viewpoints, and environmental conditions.

Randomly download images from the internet without confirming relevance.

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In the context of object detection, which statement about data annotation is most accurate?

You only need to provide class labels for entire images; bounding boxes are not necessary.

Object detection models work best with polygon annotations instead of bounding boxes.

Bounding boxes must be drawn around each object instance, and each bounding box must be assigned the correct class label.

Annotation should be done with an automated tool without human review.

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is not typically used as a data augmentation technique in object detection pipelines?

Random horizontal flips or rotations of images.

Scaling or cropping images and corresponding bounding boxes.

Adjusting brightness, contrast, or color channels.

Automatically labeling additional training examples without human verification.

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

During the model development phase for an object detector, which approach is generally best practice?

Train the model on as many objects as possible at once, regardless of label quality.

Avoid using pre-trained weights to ensure your model is not biased.

Avoid using pre-trained weights to ensure your model is not biased.

Use a well-known base architecture (e.g., ResNet, MobileNet) as a backbone and fine-tune with your labeled dataset.

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which metric is most commonly used to evaluate object detectors on a dataset ?

Accuracy (percentage of correct classifications).

Mean Squared Error (MSE).

Mean Average Precision (mAP) at different IoU thresholds.

Structural Similarity Index (SSIM).

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When deploying an object detection model to an edge device, which is typically the main concern?

Prioritizing real-time inference with limited compute, memory, and power resources.

Having the largest possible model to ensure maximum accuracy.

Limiting the batch size to exactly one image per day.

Ensuring the model uses random initialization for each inference.