real-time-object-detection topic
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.
Tensorflow-YOLACT
Implementation of the paper "YOLACT Real-time Instance Segmentation" in Tensorflow 2
flutter_realtime_object_detection
Flutter App real-time object detection with Tensorflow Lite
realtime-object-detection
Real time object detection with OpenCV and deep learning models
sharingan
Real-Time object detection app, built with Tensorflow.js.
realtime_object_detection
Plug and Play Real-Time Object Detection App with Tensorflow and OpenCV. Run on Jetson TX2
fmo-cpp-demo
Fast Moving Objects Detection (demo version)
tensorrt-openpose
TensorRT C++ Implementation of openpose
tensorrt-yolov6
C++ implementation of YOLOv6 using TensorRT
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.