/YOLO-Object-Detection

Using YOLO and OpenCV, I had made Object Detection Model.

Primary LanguageJupyter Notebook

YOLO-Object-Detection

  • YOLO — You Only Look Once — is an extremely fast multi object detection algorithm which uses convolutional neural network (CNN) to detect and identify objects. image
  • The neural network has this network architecture.
  • The YOLO neural network has 254 components.
  • Using YOLO and OpenCV, I had made Object Detection Model.