PFPNet-tensorflow icon indicating copy to clipboard operation
PFPNet-tensorflow copied to clipboard

Parallel Feature Pyramid Network for Object Detection in tensorflow

PFPNet-tensorflow

An unofficial implementation of Parallel Feature Pyramid Network for Object Detection

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

PFPNet-R320

image

PFPNet-R512

Train your own data

The training step is same as the step in

readme.md of https://github.com/Stick-To/Object-Detection-API-Tensorflow

Experimental Environment

python3.7 tensorflow1.13