All Projects → srianant → Computer_vision

srianant / Computer_vision

C/C++/Python based computer vision models using OpenPose, OpenCV, DLIB, Keras and Tensorflow libraries. Object Detection, Tracking, Face Recognition, Gesture, Emotion and Posture Recognition

Projects that are alternatives of or similar to Computer vision

Project kojak
Training a Neural Network to Detect Gestures and Control Smart Home Devices with OpenCV in Python
Stars: ✭ 147 (-2%)
Mutual labels:  jupyter-notebook
Pyomogallery
A collection of Pyomo examples
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Slayerpytorch
PyTorch implementation of SLAYER for training Spiking Neural Networks
Stars: ✭ 150 (+0%)
Mutual labels:  jupyter-notebook
Forecasting
Time Series Forecasting Best Practices & Examples
Stars: ✭ 2,123 (+1315.33%)
Mutual labels:  jupyter-notebook
Phonetic Similarity Vectors
Source code to accompany my paper "Poetic sound similarity vectors using phonetic features"
Stars: ✭ 148 (-1.33%)
Mutual labels:  jupyter-notebook
Testovoe
Home assignments for data science positions
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Machinehack
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Data Science Portfolio
A Portfolio of my Data Science Projects
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Carnd Mercedes Sf Utilities
Tools for Sensor Fusion processing.
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Person Reid Tiny Baseline
Open source person re-identification in Pytorch
Stars: ✭ 150 (+0%)
Mutual labels:  jupyter-notebook
Machine Learning
python,机器学习笔记,machine learning,nlp
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Deeplab v2
基于v2版本的deeplab,使用VGG16模型,在VOC2012,Pascal-context,NYU-v2等多个数据集上进行训练
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Transformers Ru
A list of pretrained Transformer models for the Russian language.
Stars: ✭ 150 (+0%)
Mutual labels:  jupyter-notebook
Machine Learning
🌎 machine learning tutorials (mainly in Python3)
Stars: ✭ 1,924 (+1182.67%)
Mutual labels:  jupyter-notebook
Machinelearning Watermelonbook
周志华-机器学习
Stars: ✭ 150 (+0%)
Mutual labels:  jupyter-notebook
Predicting Stock Prices With Linear Regression
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Www old.julialang.org
Julia Project web site (Old)
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Python For Financial Analysis And Algorithmic Trading
https://www.udemy.com/python-for-finance-and-trading-algorithms/
Stars: ✭ 150 (+0%)
Mutual labels:  jupyter-notebook
Nlp adversarial examples
Implementation code for the paper "Generating Natural Language Adversarial Examples"
Stars: ✭ 149 (-0.67%)
Mutual labels:  jupyter-notebook
Time Series Forecasting Of Amazon Stock Prices Using Neural Networks Lstm And Gan
Project analyzes Amazon Stock data using Python. Feature Extraction is performed and ARIMA and Fourier series models are made. LSTM is used with multiple features to predict stock prices and then sentimental analysis is performed using news and reddit sentiments. GANs are used to predict stock data too where Amazon data is taken from an API as Generator and CNNs are used as discriminator.
Stars: ✭ 150 (+0%)
Mutual labels:  jupyter-notebook

Gesture, Emotions, Posture and Face Recognition using OpenPose/DLIB

Purpose of this work is to demonstrate few state of art computer vision applications using OpenPose/DLIB libraries.

Acknowledgements:

This github repository work is greatly inspired and have used code, concepts presented in the following github repositories:

  • DLIB: Modern C++ toolkit for computer vision and other machine learning.
  • Kerasify : Small library for running Keras models from a C++ application.
  • OPENCV: Open Source Computer Vision Library.
  • OPENPOSE: A Real-Time Multi-Person Keypoint Detection And Multi-Threading C++ Library.

Thanks to Dr.Michael Rinehart, Chief Scientist at Elastica for his mentorship and guidance through the project.

Operating systems (supported):

Requirements:

  • NVIDIA graphics card with at least 1.6 GB available (the nvidia-smi command checks the available GPU memory in Ubuntu).
  • At least 2 GB of free RAM memory.
  • Highly recommended: cuDNN and a CPU with at least 8 cores.

Install, Compile and Run:

Design:

Demo:

Gesture recognition:

Emotions recognition:

Pose recognition:

DLIB Face recognition:

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