All Projects → neerajd12 → object-detection-with-deep-learning

neerajd12 / object-detection-with-deep-learning

Licence: Apache-2.0 license
demonstrating use of convolution neural networks to detect objects in a video

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to object-detection-with-deep-learning

Data Analysis
主要是爬虫与数据分析项目总结,外加建模与机器学习,模型的评估。
Stars: ✭ 142 (+735.29%)
Mutual labels:  numpy, sklearn, scipy
Ml Cheatsheet
A constantly updated python machine learning cheatsheet
Stars: ✭ 136 (+700%)
Mutual labels:  numpy, sklearn, scipy
Cheatsheets Ai
Essential Cheat Sheets for deep learning and machine learning researchers https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5
Stars: ✭ 14,095 (+82811.76%)
Mutual labels:  numpy, scipy
Ml Feynman Experience
A collection of analytics methods implemented with Python on Google Colab
Stars: ✭ 217 (+1176.47%)
Mutual labels:  numpy, scipy
object-detection-with-svm-and-opencv
detect objects using svm and opencv
Stars: ✭ 24 (+41.18%)
Mutual labels:  sklearn, scipy
Tftb
A Python module for time-frequency analysis
Stars: ✭ 185 (+988.24%)
Mutual labels:  numpy, scipy
Pybotics
The Python Toolbox for Robotics
Stars: ✭ 192 (+1029.41%)
Mutual labels:  numpy, scipy
techloop-ml-plus
Archives and Tasks for ML+ sessions
Stars: ✭ 23 (+35.29%)
Mutual labels:  sklearn, scipy
Micropython Ulab
a numpy-like fast vector module for micropython, circuitpython, and their derivatives
Stars: ✭ 166 (+876.47%)
Mutual labels:  numpy, scipy
dsp-theory
Theory of digital signal processing (DSP): signals, filtration (IIR, FIR, CIC, MAF), transforms (FFT, DFT, Hilbert, Z-transform) etc.
Stars: ✭ 643 (+3682.35%)
Mutual labels:  numpy, scipy
skinner
Skin export / import tools for Autodesk Maya
Stars: ✭ 68 (+300%)
Mutual labels:  numpy, scipy
PVMismatch
An explicit Python PV system IV & PV curve trace calculator which can also calculate mismatch.
Stars: ✭ 51 (+200%)
Mutual labels:  numpy, scipy
Tensorflow Ml Nlp
텐서플로우와 머신러닝으로 시작하는 자연어처리(로지스틱회귀부터 트랜스포머 챗봇까지)
Stars: ✭ 176 (+935.29%)
Mutual labels:  numpy, sklearn
Pyhf
pure-Python HistFactory implementation with tensors and autodiff
Stars: ✭ 171 (+905.88%)
Mutual labels:  numpy, scipy
Data Science Notebook
📖 每一个伟大的思想和行动都有一个微不足道的开始
Stars: ✭ 196 (+1052.94%)
Mutual labels:  numpy, sklearn
Psi4numpy
Combining Psi4 and Numpy for education and development.
Stars: ✭ 170 (+900%)
Mutual labels:  numpy, scipy
Orange3
🍊 📊 💡 Orange: Interactive data analysis
Stars: ✭ 3,152 (+18441.18%)
Mutual labels:  numpy, scipy
audiophile
Audio fingerprinting and recognition
Stars: ✭ 17 (+0%)
Mutual labels:  numpy, scipy
Piecewise linear fit py
fit piecewise linear data for a specified number of line segments
Stars: ✭ 141 (+729.41%)
Mutual labels:  numpy, scipy
resolutions-2019
A list of data mining and machine learning papers that I implemented in 2019.
Stars: ✭ 19 (+11.76%)
Mutual labels:  sklearn, scipy

object-detection-with-deep-learning

This project demostrates use of deep neural networks for object detection. Here I am using the neural network to detect car in an image or video frame.

This can be easily extended to detect others like bike, truck, pedestrian, traffic light from the test data by changing the searchObject.py as the model is already trained to identify these objects.

The model can also be easily trained to detect other things by changing the setup_data function in the model.py. This is where we setup the train data and label and also categorize the labels.

To use the code for multiple type object detection we can extend the search_windows function in searchObject.py

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].