|
所在平台: CourseraArchive 课程类别: 其他类别 大学或机构: CourseraNew |
课程主页: https://www.coursera.org/archive/real-time-object-detection-yolo
课程评论:没有评论
Project: Perform Real-Time Object Detection with YOLOv3
In this 1-hour long project-based course, you will perform real-time object detection with YOLOv3: a state-of-the-art, real-time object detection system. Specifically, you will detect objects with the YOLO system using pre-trained models on a GPU-enabled workstation. To apply YOLO to videos and save the corresponding labelled videos, you will build a custom command-line application in Python that employs a pre-trained model to detect, localize, and classify objects. It will use OpenCV to read the video streams, draw bounding boxes around detected objects, label the objects along with confidence scores, and save the labelled videos to disk.