Model zoo

Here, you can find models for the different supported frameworks.

TensorFlow Models

TensorFlow models can be downloaded from TensorFlow model zoo, or from our own set of models available here.

Keras Models

We have made our own set of Keras Models, compatible with the latest version, requiring on the HDF5 file to load the model completely. Here’s the link.

Caffe Models

Caffe Models can be downloaded from here and the config files are available here. We will soon index them at our own server, for easier access.

Model Scale Size WxH Mean subtraction Channels order
MobileNet-SSD, Caffe 0.00784 (2/255) 300x300 127.5 127.5 127.5 BGR
OpenCV face detector 1.0 300x300 104 177 123 BGR
SSDs from TensorFlow 0.00784 (2/255) 300x300 127.5 127.5 127.5 RGB
YOLO 0.00392 (1/255) 416x416 0 0 0 RGB
VGG16-SSD 1.0 300x300 104 117 123 BGR
Faster-RCNN 1.0 800x600 102.9801 115.9465 122.7717 BGR
R-FCN 1.0 800x600 102.9801 115.9465 122.7717 BGR
Faster-RCNN, ResNet backbone 1.0 300x300 103.939 116.779 123.68 RGB
Faster-RCNN, InceptionV2 backbone 0.00784 (2/255) 300x300 127.5 127.5 127.5 RGB