All Projects → Abhijit-2592 → Keras_object_detection

Abhijit-2592 / Keras_object_detection

Licence: apache-2.0
Convert any classification model or architecture trained in keras to an object detection model

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Keras object detection

Dockerface
Face detection using deep learning.
Stars: ✭ 173 (+517.86%)
Mutual labels:  object-detection, faster-rcnn, detection
Imageai
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
Stars: ✭ 6,734 (+23950%)
Mutual labels:  object-detection, gpu, detection
Bmw Tensorflow Inference Api Gpu
This is a repository for an object detection inference API using the Tensorflow framework.
Stars: ✭ 277 (+889.29%)
Mutual labels:  api, object-detection, gpu
Tensorflow Object Detection Tutorial
The purpose of this tutorial is to learn how to install and prepare TensorFlow framework to train your own convolutional neural network object detection classifier for multiple objects, starting from scratch
Stars: ✭ 113 (+303.57%)
Mutual labels:  object-detection, gpu, detection
Rectlabel Support
RectLabel - An image annotation tool to label images for bounding box object detection and segmentation.
Stars: ✭ 338 (+1107.14%)
Mutual labels:  object-detection, faster-rcnn, detection
Detect Gpu
Classifies GPUs based on their 3D rendering benchmark score allowing the developer to provide sensible default settings for graphically intensive applications.
Stars: ✭ 460 (+1542.86%)
Mutual labels:  gpu, detection
Tfjs Yolo Tiny
In-Browser Object Detection using Tiny YOLO on Tensorflow.js
Stars: ✭ 465 (+1560.71%)
Mutual labels:  object-detection, detection
Yet Another Efficientdet Pytorch
The pytorch re-implement of the official efficientdet with SOTA performance in real time and pretrained weights.
Stars: ✭ 4,945 (+17560.71%)
Mutual labels:  object-detection, detection
Vehicle counting tensorflow
🚘 "MORE THAN VEHICLE COUNTING!" This project provides prediction for speed, color and size of the vehicles with TensorFlow Object Counting API.
Stars: ✭ 582 (+1978.57%)
Mutual labels:  object-detection, detection
Kittibox
A car detection model implemented in Tensorflow.
Stars: ✭ 388 (+1285.71%)
Mutual labels:  faster-rcnn, detection
Yolov5 ncnn
🍅 Deploy NCNN on mobile phones. Support Android and iOS. 移动端NCNN部署,支持Android与iOS。
Stars: ✭ 535 (+1810.71%)
Mutual labels:  object-detection, detection
Smart construction
Head Person Helmet Detection on Construction Sites,基于目标检测工地安全帽和禁入危险区域识别系统,🚀😆附 YOLOv5 训练自己的数据集超详细教程🚀😆2021.3新增可视化界面❗❗
Stars: ✭ 586 (+1992.86%)
Mutual labels:  object-detection, detection
Detecto
Build fully-functioning computer vision models with PyTorch
Stars: ✭ 445 (+1489.29%)
Mutual labels:  object-detection, faster-rcnn
Trainyourownyolo
Train a state-of-the-art yolov3 object detector from scratch!
Stars: ✭ 399 (+1325%)
Mutual labels:  object-detection, gpu
Tensorflow object tracking video
Object Tracking in Tensorflow ( Localization Detection Classification ) developed to partecipate to ImageNET VID competition
Stars: ✭ 491 (+1653.57%)
Mutual labels:  object-detection, detection
Automl
Google Brain AutoML
Stars: ✭ 4,795 (+17025%)
Mutual labels:  object-detection, detection
Ai Basketball Analysis
🏀🤖🏀 AI web app and API to analyze basketball shots and shooting pose.
Stars: ✭ 582 (+1978.57%)
Mutual labels:  api, object-detection
Tensorflow Face Detection
A mobilenet SSD based face detector, powered by tensorflow object detection api, trained by WIDERFACE dataset.
Stars: ✭ 711 (+2439.29%)
Mutual labels:  object-detection, detection
Awesome Object Detection
Awesome Object Detection based on handong1587 github: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html
Stars: ✭ 6,628 (+23571.43%)
Mutual labels:  object-detection, detection
Medicaldetectiontoolkit
The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN, Retina Net, Retina U-Net, as well as a training and inference framework focused on dealing with medical images.
Stars: ✭ 917 (+3175%)
Mutual labels:  object-detection, detection

Keras_object_detection

A repository containing object detection architecture for Keras.

As of now contains only Faster RCNN architecture implementation:

Faster_RCNN_API: Faster RCNN implementation in keras.

resource_utilization.py: Handy script to monitor utilization of GPU and CPU while training. Works only for NVIDIA GPU. Run this script from the terminal only Usage: python resource_utilization.py -i 1.This runs the script indefinitely and refreshes it every 1 second

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