real-time-object-detection topic

List real-time-object-detection repositories

Object-Detection-and-Distance-Measurement

349
Stars
119
Forks
Watchers

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.

Tensorflow-YOLACT

106
Stars
36
Forks
Watchers

Implementation of the paper "YOLACT Real-time Instance Segmentation" in Tensorflow 2

flutter_realtime_object_detection

54
Stars
22
Forks
Watchers

Flutter App real-time object detection with Tensorflow Lite

realtime-object-detection

31
Stars
17
Forks
Watchers

Real time object detection with OpenCV and deep learning models

sharingan

26
Stars
0
Forks
Watchers

Real-Time object detection app, built with Tensorflow.js.

realtime_object_detection

24
Stars
9
Forks
Watchers

Plug and Play Real-Time Object Detection App with Tensorflow and OpenCV. Run on Jetson TX2

fmo-cpp-demo

57
Stars
13
Forks
Watchers

Fast Moving Objects Detection (demo version)

tensorrt-openpose

51
Stars
14
Forks
Watchers

TensorRT C++ Implementation of openpose

tensorrt-yolov6

27
Stars
10
Forks
Watchers

C++ implementation of YOLOv6 using TensorRT

Real-Time-Object-Detection-With-OpenCV

100
Stars
64
Forks
Watchers

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.