real-time-object-detection
There are 59 repositories under real-time-object-detection topic.
paul-pias/Object-Detection-and-Distance-Measurement
Using yolov3 & yolov4 weights objects are being detected from live video frame along with the measurement of the object from the camera without the support of any extra hardware device.
Surya-Murali/Real-Time-Object-Detection-With-OpenCV
This project aims to do real-time object detection through a laptop cam using OpenCV. The idea is to loop over each frame of the video stream, detect objects, and bound each detection in a box.
leohsuofnthu/Tensorflow-YOLACT
Implementation of the paper "YOLACT Real-time Instance Segmentation" in Tensorflow 2
hiennguyen92/flutter_realtime_object_detection
Flutter App real-time object detection with Tensorflow Lite
rozumden/fmo-cpp-demo
Fast Moving Objects Detection (demo version)
Alina-chan/realtime-object-detection
Real time object detection with OpenCV and deep learning models
anshkumar/yolact
Tensorflow 2.x implementation YOLACT
spacewalk01/tensorrt-yolov6
C++ implementation of YOLOv6 using TensorRT
shashwatah/sharingan
Real-Time object detection app, built with Tensorflow.js.
Alro10/realtime_object_detection
Plug and Play Real-Time Object Detection App with Tensorflow and OpenCV. Run on Jetson TX2
ngzhili/Yolov5-Real-Time-Object-Detection
Real Time Video Feed with Object Detection using Yolov5 (custom or pre-trained model) deployed on web browser using Flask backend.
paulinamoskwa/Real-Time-Sign-Language
Real-time American Sign Language (ASL) letters detection, via PyTorch, OpenCV, YOLOv5, Roboflow and LabelImg 🤟
ahmetozlu/object_detection_chooch
A sample project for super fast real time object detection and counting using CHOOCH AI API and OpenCV.
jalajthanaki/Real_time_object_detection
This repository contains the code for real-time object detection. I'm using video stream coming from webcam. MobileNet-SSD and OpenCv has been used as base-line approach. TensorFlow object detection API has been used in revised approach.
Nizarassad/Weapon-Detection
This project addresses the escalating challenge of gun violence through the development of an advanced gun detection system.
HamzaAlmahrous/ai_flutter
ai app (text classifier, image classifier, real time object detection) using flutter and tflite packages
Loai-Houmane/SmartLensAI
This project is a multi-AI app that features 🔢 digit recognition, 🕵️ object detection, and ⚡ real-time detection using Flutter and TensorFlow Lite.
MichaelMarav/RealTimeDetectionYoutube
Takes a youtube video/livestream and performs object detection by using the YOLO or SSD algorithm
Tekraj15/RealTimeSignLanguageRecognition
Applied SSD integrated with MobileNet model for object (sign gestures) detection and recognition and the model is trained using Transfer Learning, with the aim to develop a web app for real-time ASL recognition from user input & then to generate text in English.
mertfozzy/Real-Time-Object-Detection
The aim of this project is to detect the objects in real time with good accuracy. Objects will appear live on webcam in a squared or circled area.
MohabWafaie/Realtime-Face-Mask-Verification
Realtime Face Mask verification using Deep Convolutional Neural Networks and Haar Cascade
Nizarassad/Guns-Knifes-detection
This project uses YOLOv5 architecture for creating guns and knifes real time detection
Sortweste/FindMyProduct_MachineLearning
Training models with tiny YOLOv2 and convert it to Tensorflow Lite.
Yonas650/Real-Time-Object-Detection
Real-time object detection system utilizing the SSD MobileNet V2 FPNLite 320x320 model for high-speed, efficient recognition.
ewth/yolor-edge
Experimental implementation of real-time object detection algorithm YOLOR on embedded systems (edge computing devices)
CostiaB/Birds_Detection
Birds detection and species recognition
denilgabani/YOLO_real_time_object_detetction
Real time object detection using video or camera
gangula-karthik/TRASHMINATOR-v2
AI-driven waste management for a smarter, cleaner, and more sustainable future 🌱🤖♻️
paulinamoskwa/Real-Time-Social-Distancing
Real-time social distancing detector and people counter for camera recordings, via PyTorch, OpenCV and YOLOv5 👥
prabormukherjee/Yolo_v3
Modifying pretrained yolo v3
Prajwal10031999/YOLO-Real-time-object-detection-Computer-Vision
A real time object detection model created in python using YOLO
ThecoderPinar/Real-Time-Object-Detection-Projects
Explore real-time object detection projects developed with OpenCV and YOLO. Empowering developers with resources and inspiration in the realm of real-time object detection. 🌐💡
dafmontenegro/pi-tensorflow-lite-object-detection
This project builds a real-time object detection system using a Raspberry Pi and a camera. It captures live video, processes it with a TensorFlow Lite model to detect specific objects, and saves important events as video files.
JunkWaxData/JunkWaxDetection.LiveDemo
An example of how to use the JunkWaxDetection Model and JunkWaxData datasets in a "real time" inference example
letsdoitbycode/Objectify-YOLOv5
This project is a real-time object detection system that leverages the YOLOv5 model for detecting objects in a video stream from a webcam or other video input. The system is built using a Flask web application to serve the video feed, providing an interactive, real-time experience directly in a browser.