NGC | Catalog
CatalogModelsSSD TensorFlow checkpoint (FP32)

SSD TensorFlow checkpoint (FP32)

For downloads and more information, please view on a desktop device.
Logo for SSD TensorFlow checkpoint (FP32)

Description

SSD TensorFlow checkpoint trained with FP32

Publisher

NVIDIA Deep Learning Examples

Latest Version

20.06.0

Modified

April 4, 2023

Size

250.87 MB

Model Overview

With a ResNet-50 backbone and a number of architectural modifications, this version provides better accuracy and performance.

Model Architecture

Our implementation is based on the existing model from the TensorFlow models repository. The network was altered in order to improve accuracy and increase throughput. Changes include:

  • Replacing the VGG backbone with the more popular ResNet50.
  • Adding multi-scale detection to the backbone using Feature Pyramid Networks.
  • Replacing the original hard negative mining loss function with Focal Loss.
  • Decreasing the input size to 320 x 320.

Training

This model was trained using script available on NGC and in GitHub repo

Dataset

The following datasets were used to train this model:

  • COCO 2017 - Dataset for large-scale object detection, segmentation and captioning.

Performance

Performance numbers for this model are available in NGC

References

License

This model was trained using open-source software available in Deep Learning Examples repository. For terms of use, please refer to the license of the script and the datasets the model was derived from.