Skip to content
#

mobilenet-ssd

Here are 89 public repositories matching this topic...

MobileNet_SSD-Detecting-Object

By using SSD, we only need to take one single shot to detect multiple objects within the image, while regional proposal network (RPN) based approaches such as R-CNN series that need two shots, one for generating region proposals, one for detecting the object of each proposal. Thus, SSD is much faster compared with two-shot RPN-based approaches.

  • Updated Dec 4, 2021
  • Python

To develop a prototype device for visually-impaired individuals so they can navigate their route through a known or unknown environment by providing data and cues of common objects or of a known person, that surrounds such individual in their day-to-day life, by making a stand-alone device requiring minimum and transportable equipment.

  • Updated Jul 14, 2021
  • Jupyter Notebook

Object detection is detecting and recognizing the object. It is one of the common applications in computer vision problems (like traffic signals, people tracking, vehicle detection, etc...). In this repo, I develop real-time object detection with pre-trained models. These are YOLO version 3 and SSD MobileNet version 3. And I used coco large data…

  • Updated Dec 10, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the mobilenet-ssd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mobilenet-ssd topic, visit your repo's landing page and select "manage topics."

Learn more