• Stars
    star
    273
  • Rank 150,780 (Top 3 %)
  • Language
    Python
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Object Detection API Tensorflow

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

More Repositories

1

CenterNet-tensorflow

CenterNet: Objects as Points in Tensorflow
Python
133
star
2

RefineDet-tensorflow

RefineDet in tensorflow
Python
37
star
3

RetinaNet-tensorflow

RetinaNet in tensorflow
Python
26
star
4

PFPNet-tensorflow

Parallel Feature Pyramid Network for Object Detection in tensorflow
Python
26
star
5

FCOS-tensorflow

FCOS: Fully Convolutional One-Stage Object Detection.
Python
21
star
6

light-head-rcnn-tensorflow

Light Head RCNN in tensorflow
Python
14
star
7

DLA-tensorflow

Deep Layer Aggregation in tensorflow
Python
13
star
8

watershed

watershed Algorithm with matlab
MATLAB
12
star
9

YOLO-tensorflow

YOLOv2 YOLOv3 in pure tensorflow
Python
11
star
10

Deep_Conv_Backone_tensorflow

deep conv backone for image classification
Python
11
star
11

ResNet-tensorflow

resnetv2 in tensorflow
Python
10
star
12

WideResNet-tensorflow

wide resnet in tensorflow
Python
9
star
13

SSD-tensorflow

SSD in tensorflow
Python
9
star
14

DPN-tensorflow

Dual Path Networks in tensorflow
Python
8
star
15

Online_Image_Augmentor_tensorflow

Online Image Augmentor in Pure Tensorflow
Python
8
star
16

product-quantization

product quantization image processing algorithm with matlab
MATLAB
7
star
17

vgg-transfer

vgg transfer learning in tensorflow
Python
7
star
18

PyramidNet-tensorflow

PyramidNet in tensorflow
Python
7
star
19

ResidualAttentionNetwork-tensorflow

Residual Attention Network in tensorflow
Python
7
star
20

vlad

vlad image processing algorithm
MATLAB
7
star
21

DenseNet-tensorflow

DenseNet in tensorflow
Python
6
star
22

Inception-tensorflow

inception in tensorflow
Python
6
star
23

ResNeXt-tensorflow

ResNext in tensorflow
Python
6
star
24

fc_net-with-c_plus_plus

modular full connected network with C++
C++
6
star
25

Octconv-ResNet-tensorflow

Octconv Resnet
Python
6
star
26

fc_net-with-matlab

fc_net with matlab
MATLAB
3
star