All Projects → Stick-To → Object Detection Api Tensorflow

Stick-To / Object Detection Api Tensorflow

Licence: mit
Object Detection API Tensorflow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Object Detection Api Tensorflow

Object-Detection-Tensorflow
Object Detection API Tensorflow
Stars: ✭ 275 (+3%)
Mutual labels:  yolo, ssd, rcnn
Ssd Tensorflow
Single Shot MultiBox Detector in TensorFlow
Stars: ✭ 4,066 (+1422.85%)
Mutual labels:  object-detection, ssd, yolo
Rectlabel Support
RectLabel - An image annotation tool to label images for bounding box object detection and segmentation.
Stars: ✭ 338 (+26.59%)
Mutual labels:  object-detection, ssd, yolo
objdet web
Image object detection demo(YOLO,SSD,etc.) running as a Flask web server.
Stars: ✭ 52 (-80.52%)
Mutual labels:  yolo, ssd
Traffic Sign Detection
Traffic Sign Detection. Code for the paper entitled "Evaluation of deep neural networks for traffic sign detection systems".
Stars: ✭ 200 (-25.09%)
Mutual labels:  object-detection, ssd
Yolo Tf
TensorFlow implementation of the YOLO (You Only Look Once)
Stars: ✭ 200 (-25.09%)
Mutual labels:  object-detection, yolo
Vip
Video Platform for Action Recognition and Object Detection in Pytorch
Stars: ✭ 175 (-34.46%)
Mutual labels:  object-detection, ssd
Caffe2 Ios
Caffe2 on iOS Real-time Demo. Test with Your Own Model and Photos.
Stars: ✭ 221 (-17.23%)
Mutual labels:  object-detection, yolo
Yolodet Pytorch
reproduce the YOLO series of papers in pytorch, including YOLOv4, PP-YOLO, YOLOv5,YOLOv3, etc.
Stars: ✭ 206 (-22.85%)
Mutual labels:  object-detection, yolo
Mmdetection To Tensorrt
convert mmdetection model to tensorrt, support fp16, int8, batch input, dynamic shape etc.
Stars: ✭ 262 (-1.87%)
Mutual labels:  object-detection, ssd
Ssd Variants
PyTorch implementation of several SSD based object detection algorithms.
Stars: ✭ 233 (-12.73%)
Mutual labels:  object-detection, ssd
Mxnet Yolo
YOLO: You only look once real-time object detector
Stars: ✭ 240 (-10.11%)
Mutual labels:  object-detection, yolo
Viseron
Self-hosted NVR with object detection
Stars: ✭ 192 (-28.09%)
Mutual labels:  object-detection, yolo
Yolov3 Tf2
YoloV3 Implemented in Tensorflow 2.0
Stars: ✭ 2,327 (+771.54%)
Mutual labels:  object-detection, yolo
Pine
🌲 Aimbot powered by real-time object detection with neural networks, GPU accelerated with Nvidia. Optimized for use with CS:GO.
Stars: ✭ 202 (-24.34%)
Mutual labels:  object-detection, yolo
Object Detection Api
Yolov3 Object Detection implemented as APIs, using TensorFlow and Flask
Stars: ✭ 177 (-33.71%)
Mutual labels:  object-detection, yolo
Paddledetection
Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Stars: ✭ 5,799 (+2071.91%)
Mutual labels:  object-detection, ssd
object-tracking
Multiple Object Tracking System in Keras + (Detection Network - YOLO)
Stars: ✭ 89 (-66.67%)
Mutual labels:  yolo, rcnn
Yoloncs
YOLO object detector for Movidius Neural Compute Stick (NCS)
Stars: ✭ 176 (-34.08%)
Mutual labels:  object-detection, yolo
Yolo v3 tutorial from scratch
Accompanying code for Paperspace tutorial series "How to Implement YOLO v3 Object Detector from Scratch"
Stars: ✭ 2,192 (+720.97%)
Mutual labels:  object-detection, yolo

Object-Detection-API-Tensorflow

Features

Every model is implemented in only one file!

Models

Yolo2

Yolo3

SSD

RetinaNet

RefineDet

Light Head Rcnn

PFPNet

CenterNet

FCOS

Train your own data

Train your own data

1. TFRecord generation

  1. voc format dataset

  2. fill in utils.voc_classname_encoder.py

  3. run utils.test_voc_utils.py

2. config online image augmentor

fill in dict 'image_augmentor_config' in test-model.py

see utils.image_augmentor.py for details

see https://github.com/Stick-To/Online_Image_Augmentor_tensorflow for details

3. config model

fill in dict 'config' in test-model.py

4. Train

run test-model.py

The pre-trained vgg_16.ckpt could be downloaded from http://download.tensorflow.org/models/vgg_16_2016_08_28.tar.gz

5. Test

run annotated code in test-model.py

6. ImageNet pretraining

see utils.tfrecord_imagenet_utils.py

7. different conv backone

https://github.com/Stick-To/Deep_Conv_Backone

8. Instantiation of result

corresponding repository in https://github.com/Stick-To

Experimental Environment

python3.7 tensorflow1.13

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