Object Detection using OpenCV python | Single Shot Detector (SSD) for Images in Google Colab, cv2

preview_player
Показать описание
In this video, we are going to do python opencv object detection using the Single Shot Detection(SSD) Algorithm. In this tutorial, we will only be using OpenCV for carrying out the deep learning object detection task using Google Colab.

classNames = { 0: 'background',
1: 'aeroplane', 2: 'bicycle', 3: 'bird', 4: 'boat',
5: 'bottle', 6: 'bus', 7: 'car', 8: 'cat', 9: 'chair',
10: 'cow', 11: 'diningtable', 12: 'dog', 13: 'horse',
14: 'motorbike', 15: 'person', 16: 'pottedplant',
17: 'sheep', 18: 'sofa', 19: 'train', 20: 'tvmonitor' }
Рекомендации по теме
Комментарии
Автор

Thank you so much for the nice tutorial

nallaperumalthanthondri
Автор

can i use the model to retrain into my own model? this is the best tutorial so far for me so

firebender
Автор

I putted a random image and it's creating boxes on same places as first picture please help

muhammadmudasir
Автор

In Which software he writes the code??

muhammadmudasir