AI-102 · Question #229
Drag and Drop Question You have a factory that produces cardboard packaging for food products. The factory has intermittent internet connectivity. The packages are required to include four samples…
The correct answer is Object detection; General (compact). Object Detection is the correct project type because the question requires not only identifying defects but also providing the location of defects (bounding boxes) and verifying that exactly four products are present in each package - tasks that require detecting and locating…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Object detection
- General (compact)
Explanation
Object Detection is the correct project type because the question requires not only identifying defects but also providing the location of defects (bounding boxes) and verifying that exactly four products are present in each package - tasks that require detecting and locating objects within an image, not just classifying the whole image. General (compact) is the correct domain because the factory has intermittent internet connectivity, meaning the model must be exported and run locally/offline, which only compact domains support; the standard 'General' domain requires cloud connectivity for inference.
Topics
Community Discussion
No community discussion yet for this question.
