object-detection-model
There are 33 repositories under object-detection-model topic.
neuralmagic/sparsezoo
Neural network model repository for highly sparse and sparse-quantized models with matching sparsification recipes
8ff/firescrew
Firescrew - Spotting moving objects on your RTSP network cameras faster than a caffeinated cat!
cmusatyalab/OpenTPOD
Open Toolkit for Painless Object Detection
HuangCongQing/mmdetection3d-note
mmdetection3d 代码重点注解笔记
dabasajay/YOLO-Object-Detection
YOLO Algorithm (Yolov2 model) trained on COCO Dataset for Object Detection
mpolinowski/yolov8-nightshift
Using YOLOv8 to build a Object Classifier/Tracker for RBG/Thermal Cameras
MuntahaShams/Object-detection-using-YOLOv3
YOLO is a state-of-the-art, real-time object detection algorithm. In this notebook, I had applied the YOLO algorithm to detect objects in images ,videos and webcam
asimniazi63/Object-Detection-on-Satellite-Images
Repository contains RetinaNet,Yolov3 and Faster RCNN for multi object detection on SIMD Dataset http://vision.seecs.edu.pk/simd/
Hunterdii/TensorFlow-Advanced-Techniques-Solution
Tensorflow Advanced Technique Specialization - Solution
cedrickchee/tensorflow2-yolo-v3
YOLO version 3 implementation in TensorFlow 2
ynsgkturk/Custom-Dataset-Training-with-DETR
Custom Dataset Training pipeline using Pytorch and Meta's object detection model DETR.
AM172-ce/Yolov9-on-VisDrone-dataset
This a simple comparison and benefits of the pre-trained weights model vs the random weights model
EMalagoli92/OD-Metrics
Python library for Object Detection metrics.
Praveen76/Computer-Vision-Interview-Preparation
Explore the Computer Vision Interview Prep repository! This GitHub collection offers interview questions and answers for Data Scientists. Elevate your knowledge of computer vision, confidently tackle technical interviews, and succeed in the dynamic field of data science with a focus on computer vision applications.
vagdevik/Flask-App-Object-Detection
This is an Object Detection Web App built using Flask. It is developed using OpenCV4.4.0 by re-using a pre-trained TensorFlow Object Detection Model API trained on the COCO dataset.
AnandaRauf/Sini-Dek-Dekat-Yanda-Sistem-Informasi-Deteksi-Benda-Berbahaya-Python-
Sini Dek Dekat Yanda is software dangerous object detection.
Arupsau/CCTV-Surveillance-for-Traffic-Dense-Environment----Object-Detection-and-Tracking-Using-YOLOV3
Object Detection and Tracking using yolov3 and deepsort
inforkgodara/vehicle-recognition-for-weighbridge-scale
This is a python project that recognizes truck when truck comes at the weighbridge and take the picture and update on the WhatsApp number.
lbborkowski/low-clearance-detector
Custom object detection model for low clearance signs
MettaSurendhar/Met-Object-Detector
Real time AI object detection and labelling app build by using ReactJS and react webcam
SreeEswaran/Object-Detection-YOLOv5
This project demonstrates object detection using YOLOv5. The model is trained on a custom dataset and can detect objects in new images. YOLOv5 is a state-of-the-art object detection model known for its speed and accuracy, making it suitable for real-time applications.
VishalBheda/ObjectRecogniserWithCOCO
Image Object Recogniser with COCO pre trained machine learning model
Zaheer-10/Object-Detection
Object Detection With YOLO
DaudLateef/Car-Detection-for-Autonomous-Driving
This repository presents my project on Car Detection Algorithm for Self-Driving Cars using the YOLO object detection algorithm.
erfanzar/ObjD
smart and strong object detection ai built from scatch with some new features 🚀🚀
jjwaldon/fruits-detection-model
Object Detection Model for Fruits
MichaelAkridge-NOAA/Fish-or-No-Fish-Detector
Is there a fish 🐟 or not? Fish Detector App and Model
Nithish-raina/social-distancing-detection
An AI tool that enables the workers to monitor the social distancing in a crowded workplace.
francoborrelli/object-based-positioning-library
📷 This library is presented as a concrete implementation aimed at enabling a proof of concept. The library allows for positioning users in indoor spaces using various object recognition models.
minion50000/object-detection-DETR
Object detection model inferencing with DETR
SamirRSharma/final-object-detection
A fullstack object detection project I made for fun
Sandeep9975/Object_Detection_Using_Yolo
Object detection using the YOLO (You Only Look Once) algorithm is a popular deep-learning approach that allows for real-time, efficient, and accurate detection of multiple objects in an image or video stream. YOLOv7.cfg and YOLOv3.weights are specific configurations and pre-trained weights for two versions of the YOLO algorithm.