All Projects → cristianpb → object-detection

cristianpb / object-detection

Licence: MIT license
Object detection on Jetson Nano, Raspberry Pi and Laptop

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects
shell
77523 projects

Projects that are alternatives of or similar to object-detection

lightDenseYOLO
A real-time object detection app based on lightDenseYOLO Our lightDenseYOLO is the combination of two components: lightDenseNet as the CNN feature extractor and YOLO v2 as the detection module
Stars: ✭ 20 (-59.18%)
Mutual labels:  yolo, ssd-mobilenet
node-moving-things-tracker
javascript implementation of "tracker by detections" for realtime multiple object tracking (MOT)
Stars: ✭ 87 (+77.55%)
Mutual labels:  yolo
vrpdr
Deep Learning Applied To Vehicle Registration Plate Detection and Recognition in PyTorch.
Stars: ✭ 36 (-26.53%)
Mutual labels:  yolo
OpenCvSharpDnnYolo
Yolo With OpenCvSharp Dnn
Stars: ✭ 25 (-48.98%)
Mutual labels:  yolo
WebSight
Aiding the visually impaired through real time augmented reality, AI object detection, WebGL shaders effects such as edge detection, and colour adjustments.
Stars: ✭ 26 (-46.94%)
Mutual labels:  yolo
TensorFlow Lite SSD RPi 64-bits
TensorFlow Lite SSD on bare Raspberry Pi 4 with 64-bit OS at 24 FPS
Stars: ✭ 25 (-48.98%)
Mutual labels:  ssd-mobilenet
make-your-yolov5 dataset
💥Make your yolov5 dataset by using labelimg.I hope my work can help you make your yolov5 datasets more quickly.
Stars: ✭ 60 (+22.45%)
Mutual labels:  yolo
VideoRecognition-realtime-autotrainer-alerts
State of the art object detection in real-time using YOLOV3 algorithm. Augmented with a process that allows easy training of the classifier as a plug & play solution . Provides alert if an item in an alert list is detected.
Stars: ✭ 36 (-26.53%)
Mutual labels:  yolo
YOLOX deepsort tracker
using yolox+deepsort for object-tracking
Stars: ✭ 228 (+365.31%)
Mutual labels:  yolo
Scaled-YOLOv4-TensorRT
Got 100fps on TX2. Got 500fps on GeForce GTX 1660 Ti. If the project is useful to you, please Star it.
Stars: ✭ 169 (+244.9%)
Mutual labels:  yolo
VideoHunter
基于深度学习的视频人脸检测
Stars: ✭ 31 (-36.73%)
Mutual labels:  yolo
YOLOv4MLNet
Use the YOLO v4 and v5 (ONNX) models for object detection in C# using ML.Net
Stars: ✭ 61 (+24.49%)
Mutual labels:  yolo
PyTorch-YOLO-v2
A PyTorch implementation of a YOLO v2 Object Detector
Stars: ✭ 14 (-71.43%)
Mutual labels:  yolo
Jetson-Nano-image
Jetson Nano image with deep learning frameworks
Stars: ✭ 46 (-6.12%)
Mutual labels:  jetson-nano
ffcnn
ffcnn is a cnn neural network inference framework, written in 600 lines C language.
Stars: ✭ 50 (+2.04%)
Mutual labels:  yolo
etiketai
Etiketai is an online tool designed to label images, useful for training AI models
Stars: ✭ 63 (+28.57%)
Mutual labels:  yolo
TensorMONK
A collection of deep learning models (PyTorch implemtation)
Stars: ✭ 21 (-57.14%)
Mutual labels:  ssd-mobilenet
yolov5-deepsort-tensorrt
A c++ implementation of yolov5 and deepsort
Stars: ✭ 207 (+322.45%)
Mutual labels:  jetson-nano
ros jetson stats
🐢 The ROS jetson-stats wrapper. The status of your NVIDIA jetson in diagnostic messages
Stars: ✭ 55 (+12.24%)
Mutual labels:  jetson-nano
Yolo-v2-pytorch
YOLO for object detection tasks
Stars: ✭ 327 (+567.35%)
Mutual labels:  yolo

Build Status License: MIT

Object detection app

This application uses state of the art algorithms for object detection and a frontend application made with Angular. It can run on Jetson Nano, Raspberry Pi or PC.

object detection

It can use:

  • SSD Mobilenet
  • Yolo
  • Motion detection using OpenCV
  • Cascade classifier

Install

  • Make sure to have git:
sudo apt install git
  • Install this object-detection package using the Makefile to have all dependencies installed automatically
git clone https://github.com/cristianpb/object-detection.git
cd object-detection/
make up

Raspberry

For Raspberry Pi install OpenCV 4 fast and optimized for this device:

git clone --single-branch --depth=1 https://github.com/dlime/Faster_OpenCV_4_Raspberry_Pi.git
cd Faster_OpenCV_4_Raspberry_Pi/debs
sudo dpkg -i OpenCV*.deb
sudo ldconfig

For the dependencies, I prefer to use .deb files in Raspberry Pi instead of pip because it doesn't have to compile sources. For installing pandas takes more than 1 hour using pip. More details are in Makefile.

Utilisation

Once the application is running go to localhost:5000

Used detection models

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