https://github.com/krupagaliya/object_detect_classification
Object Detection and Classification with SSD and MobileNet model
https://github.com/krupagaliya/object_detect_classification
object-detection ssd-mobilenet
Last synced: 23 days ago
JSON representation
Object Detection and Classification with SSD and MobileNet model
- Host: GitHub
- URL: https://github.com/krupagaliya/object_detect_classification
- Owner: krupagaliya
- Created: 2018-02-10T17:12:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T14:56:16.000Z (over 7 years ago)
- Last Synced: 2024-09-17T22:25:54.953Z (about 1 year ago)
- Topics: object-detection, ssd-mobilenet
- Language: Python
- Size: 20.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# object_detect_classification
Object Detection and Classification with SSD and MobileNet model
Detect the object and classify that objects in following category
["background", "aeroplane", "bicycle", "bird", "boat",
"bottle", "bus", "car", "cat", "chair", "cow", "diningtable",
"dog", "horse", "motorbike", "person", "pottedplant", "sheep",
"sofa", "train", "tvmonitor","House"]## Requirements
Python 3.5
Numpy 1.14.0
OpenCV 3.4.0## Run the code
python deep_learning_object_detection.py --prototxt MobileNetSSD_deploy.prototxt.txt --model MobileNetSSD_deploy.caffemodel --image image_path