资源算法Object-Detection-MobileNet

Object-Detection-MobileNet

2020-02-28 | |  42 |   0 |   0

Object-Detection-MobileNet

license

Demonstration of Object Detection using MobileNets and OpenCV.

Description

This project was made for detecting 20 different types of object such as "background", "aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car", "cat", "chair", "cow", "diningtable", "dog", "horse", "motorbike", "person", "pottedplant", "sheep", "sofa", "train", "tvmonitor" in a live video using the webcam or a pre-recorded video.

Preview

Object_Detection.gif

Better Quality Video

图片.png

Requirements

  • numpy

  • imutils

  • OpenCV

You can install all the required libraries by running the following command
pip install requirements.txt

Functionalities

  1. Using pre-trained MobileNet architecture for detection of the objects present.

  2. Combining MobileNet and Single Shot Detector(SSD) framework.

  3. Model used is Caffe version of original TensorFlow implementation by Howard et al.

Procedure

For detecting objects in an image.

./image_object_detection.py -i #path to the input image -p #path to Caffe deploy prototxt file -m #path to the Caffe pre-trained model

For detecting objects in a video.

./video_object_detection.py -p #path to Caffe deploy prototxt file -m #path to the Caffe pre-trained model

Credits

Adrian Rosebrock creator of PyimageSearch


上一篇:tf-ssd-mobilenetv1

下一篇:libtorch_cpp_mobilenetv2_5classes

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...