A self-driving car system needs to detect pedestrians, traffic lights, and other vehicles in real-time. What computer vision technique would be most suitable for this?
- Object Detection
- Image Classification
- Semantic Segmentation
- Optical Character Recognition (OCR)
For real-time object detection in computer vision, the most suitable technique is "Object Detection." It allows the system to identify and locate specific objects, such as pedestrians, traffic lights, and vehicles, in a given frame or scene. Image classification, semantic segmentation, and OCR serve different purposes.
Loading...
Related Quiz
- In complex ETL processes, _________ can be used to ensure data quality and accuracy throughout the pipeline.
- In transfer learning, a model trained on a large dataset is used as a starting point, and the knowledge gained is transferred to a new, _______ task.
- EDA often starts with a _______ to get a summary of the main characteristics of a dataset.
- You are building a movie recommender system, and you want it to suggest movies based on the content or features of the movies. Which type of recommendation approach are you leaning towards?
- In computer vision, detecting specific features or patterns in an image is often achieved using _______.