All Projects → abdullahsumbal → SSD_Tracker

abdullahsumbal / SSD_Tracker

Licence: other
Counting people, dog and bicycle using SSD detection and tracking.

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects
c
50402 projects - #5 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to SSD Tracker

multiple-object-tracking
combine state of art deep neural network based detectors with most efficient trackers to solve motion based multiple objects tracking problems
Stars: ✭ 25 (+47.06%)
Mutual labels:  kalman-filter, kcf-tracker
sensor-fusion
Filters: KF, EKF, UKF || Process Models: CV, CTRV || Measurement Models: Radar, Lidar
Stars: ✭ 96 (+464.71%)
Mutual labels:  kalman-filter
nostromo
BLDC ESC firmware (GPLv3.0)
Stars: ✭ 36 (+111.76%)
Mutual labels:  kalman-filter
DA Tutorial
This is a 'hands-on' tutorial for the RIKEN International School on Data Assimilation (RISDA2018).
Stars: ✭ 23 (+35.29%)
Mutual labels:  kalman-filter
darknet2caffe
Conversion of yolo from DarkNet to Caffe
Stars: ✭ 25 (+47.06%)
Mutual labels:  caffe
caffe-mobilenet-v3
Caffe Implementation of MobileNets V3
Stars: ✭ 127 (+647.06%)
Mutual labels:  caffe
kalman-clib
Microcontroller targeted C library for Kalman filtering
Stars: ✭ 43 (+152.94%)
Mutual labels:  kalman-filter
TensorRT-LPR
车牌识别,基于HyperLPR实现,修改模型调用方法,使用caffe+tensorRT实现GPU加速,修改了车牌检测模型
Stars: ✭ 14 (-17.65%)
Mutual labels:  caffe
TermColor
🎨 Effortlessly generate color-schemes for terminal emulators by a single drop of an image!
Stars: ✭ 40 (+135.29%)
Mutual labels:  opencv3
dd performances
DeepDetect performance sheet
Stars: ✭ 92 (+441.18%)
Mutual labels:  caffe
hand detection
A Light CNN based Method for Hand Detection and Orientation Estimation
Stars: ✭ 116 (+582.35%)
Mutual labels:  single-shot-multibox-detector
Cloudbank
An alternative Computer vision and AI training platform built to play any game on Steam (Linux).
Stars: ✭ 18 (+5.88%)
Mutual labels:  opencv3
nettutorial
Deep learning tutorial
Stars: ✭ 27 (+58.82%)
Mutual labels:  caffe
R2CNN
caffe re-implementation of R2CNN: Rotational Region CNN for Orientation Robust Scene Text Detection
Stars: ✭ 80 (+370.59%)
Mutual labels:  caffe
MPU6050
STM32 HAL library for GY-521 (MPU6050) with Kalman filter
Stars: ✭ 114 (+570.59%)
Mutual labels:  kalman-filter
KalmanFiltering
A demo for the performace evaluation of different kinds of Kalman filters, including the conventional Kalman filter (KF), the unscented Kalman filter (UKF), the extended Kalman filter (EKF), the embedded/imbedded cubature Kalman filter (ICKF/ECKF), the third-degree cubature Kalman filter (CKF) and the fifth-degree cubature Kalman filter (FCKF).
Stars: ✭ 37 (+117.65%)
Mutual labels:  kalman-filter
caffe
This fork of BVLC/Caffe is dedicated to supporting Cambricon deep learning processor and improving performance of this deep learning framework when running on Machine Learning Unit(MLU).
Stars: ✭ 40 (+135.29%)
Mutual labels:  caffe
vqa-soft
Accompanying code for "A Simple Loss Function for Improving the Convergence and Accuracy of Visual Question Answering Models" CVPR 2017 VQA workshop paper.
Stars: ✭ 14 (-17.65%)
Mutual labels:  caffe
COVID19
Using Kalman Filter to Predict Corona Virus Spread
Stars: ✭ 78 (+358.82%)
Mutual labels:  kalman-filter
imusensor
Python library for communication between raspberry pi and MPU9250 imu
Stars: ✭ 47 (+176.47%)
Mutual labels:  kalman-filter

Waffle.io - Columns and their card count

This project is under development.

Updated on 16 Nov 2018

What Can it do right now?

Detection, Tracking and Counting.

I want to see a video of the output.

Here is a link.

How fast is it?

I am getting between 20 to 37 FPS on M60 GPU. Here is a link to some tests I conducted.

What will it be able to do when it is done?

Detection, tracking and counting of people, dogs and bicycles.

When will it be done?

End of 2018 Summer. :)

I cant wait for the installation documentation, tell me what I need to install!

Install CUDA and CUDNN
Install caffe using cmake,
Install opencv3.3.1
and run my project.
Or shoot me a message :)

How are you making all this work?

  1. I am using tracking implementation from Multitarget-tracker
  2. I am using caffe for running SSD detection.
  3. I will be implementing my own version of counting.

Can you provide installation and implementation documentation?

Here is the link.

Bro, you are awesome!!!

I know :)

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