All Projects → djmv → Mobilnet_ssd_opencv

djmv / Mobilnet_ssd_opencv

MobilNet-SSD object detection in opencv 3.4.1

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mobilnet ssd opencv

Php Opencv Examples
Tutorial for computer vision and machine learning in PHP 7/8 by opencv (installation + examples + documentation)
Stars: ✭ 333 (+420.31%)
Mutual labels:  opencv, caffe, dnn
Gocv
Go package for computer vision using OpenCV 4 and beyond.
Stars: ✭ 4,511 (+6948.44%)
Mutual labels:  opencv, caffe, dnn
Php Opencv
php wrapper for opencv
Stars: ✭ 194 (+203.13%)
Mutual labels:  opencv, caffe, dnn
Caffe2 Ios
Caffe2 on iOS Real-time Demo. Test with Your Own Model and Photos.
Stars: ✭ 221 (+245.31%)
Mutual labels:  deep-neural-networks, opencv, caffe
Tensorflow Open nsfw
Tensorflow Implementation of Yahoo's Open NSFW Model
Stars: ✭ 338 (+428.13%)
Mutual labels:  deep-neural-networks, caffe
Head Pose Estimator.caffe
Head Pose Estimator on Caffe
Stars: ✭ 60 (-6.25%)
Mutual labels:  opencv, caffe
Rmdl
RMDL: Random Multimodel Deep Learning for Classification
Stars: ✭ 375 (+485.94%)
Mutual labels:  deep-neural-networks, dnn
Openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
Stars: ✭ 22,892 (+35668.75%)
Mutual labels:  opencv, caffe
Multi Object Tracker
Multi-object trackers in Python
Stars: ✭ 451 (+604.69%)
Mutual labels:  opencv, caffe
Vehicle counting tensorflow
🚘 "MORE THAN VEHICLE COUNTING!" This project provides prediction for speed, color and size of the vehicles with TensorFlow Object Counting API.
Stars: ✭ 582 (+809.38%)
Mutual labels:  deep-neural-networks, opencv
All Classifiers 2019
A collection of computer vision projects for Acute Lymphoblastic Leukemia classification/early detection.
Stars: ✭ 22 (-65.62%)
Mutual labels:  deep-neural-networks, caffe
Mobilenet Ssd Realsense
[High Performance / MAX 30 FPS] RaspberryPi3(RaspberryPi/Raspbian Stretch) or Ubuntu + Multi Neural Compute Stick(NCS/NCS2) + RealSense D435(or USB Camera or PiCamera) + MobileNet-SSD(MobileNetSSD) + Background Multi-transparent(Simple multi-class segmentation) + FaceDetection + MultiGraph + MultiProcessing + MultiClustering
Stars: ✭ 322 (+403.13%)
Mutual labels:  opencv, caffe
Quickdraw
Implementation of Quickdraw - an online game developed by Google
Stars: ✭ 805 (+1157.81%)
Mutual labels:  deep-neural-networks, opencv
Nideep
collection of utilities to use with deep learning libraries (e.g. caffe)
Stars: ✭ 25 (-60.94%)
Mutual labels:  deep-neural-networks, caffe
Caffe
Caffe for Sparse and Low-rank Deep Neural Networks
Stars: ✭ 339 (+429.69%)
Mutual labels:  deep-neural-networks, caffe
Caffe Mobile
Optimized (for size and speed) Caffe lib for iOS and Android with out-of-the-box demo APP.
Stars: ✭ 316 (+393.75%)
Mutual labels:  caffe, dnn
Cascaded Fcn
Source code for the MICCAI 2016 Paper "Automatic Liver and Lesion Segmentation in CT Using Cascaded Fully Convolutional NeuralNetworks and 3D Conditional Random Fields"
Stars: ✭ 296 (+362.5%)
Mutual labels:  deep-neural-networks, caffe
Convolutionalemotion
A deep convolutional neural network system for live emotion detection
Stars: ✭ 40 (-37.5%)
Mutual labels:  opencv, caffe
Caffe Hrt
Heterogeneous Run Time version of Caffe. Added heterogeneous capabilities to the Caffe, uses heterogeneous computing infrastructure framework to speed up Deep Learning on Arm-based heterogeneous embedded platform. It also retains all the features of the original Caffe architecture which users deploy their applications seamlessly.
Stars: ✭ 271 (+323.44%)
Mutual labels:  caffe, dnn
Adversarial Examples Pytorch
Implementation of Papers on Adversarial Examples
Stars: ✭ 293 (+357.81%)
Mutual labels:  deep-neural-networks, opencv

MobilNet_SSD_opencv

MobilNet-SSD object detection in opencv 3.4.1 and python 3 or 2

Read tutorial here: http://ebenezertechs.com/mobilenet-ssd-using-opencv-3-4-1-deep-learning-module-python/

Mobilenet_ssd_python.py: Example take video file or videocamera as input.

sample_img.py: Take a image as input. If don't load an image by default load img.jpeg

Run scripts

$ python3 mobilenet_ssd_python.py --[params] 

If no load params take video input value by default

$ python3 sample_img.py --[params] 

If no load params take Image by default

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].