ID: 5dc40199c8cd7e5105f4f7e1

SSD-VGG16

by Rahul Kanojia

Object Detection using SSD with VGG as base Network


License: Apache License 2.0

Tags: Object Detection Computer Vision

 Model stats and performance
Dataset Used VGGFACE2
Framework PyTorch
OS Used Linux
Publication View
Inference time in seconds per sample.

Screenshots


OBJECT DETECTION USING SINGLE SHOT DETECTOR

WHAT IS IT?

Object Detection is a very populated domain, which deals with the detection of objects using certain algorithms either in an image or in a video. Single Shot Detector, a single-stage detector uses VGG16 as a base network and uses extra layers for multi-scale feature extraction.

HOW TO USE?

To run The Inference Script run this command

  • For static image -->          python run_static.py --input image_name
  • For Live video stream --> python run_live.py
    SAMPLE COMMAND

    python run_static.py --input cat.jpg python run_live.py

    ARGUMENTS DETAILS HELP OPTIONS
    –image Input Image Mention the input Image path

    WHAT ARE THE REQUIREMENTS?

    To get all the requirements and dependencies installed run the command For GPU - pip install -r gpu_requirements.txt For CPU - pip install -r cpu_requirements.txt

  • Author View Profile

    Rahul Kanojia
    New Delhi
    Gold
    21
    LEVEL

    10023 Profile
    Views

    Curious Mind with a Knack in Deep Learning

    Rowing through

    User Reviews



    0 total ratings

    Model has not been reviewed yet.

    More by this user | Show All



    Also checkout...