NGC | Catalog
CatalogModelsEfficientDet-D0 checkpoint (TensorFlow2, AMP, COCO17)

EfficientDet-D0 checkpoint (TensorFlow2, AMP, COCO17)

Logo for EfficientDet-D0 checkpoint (TensorFlow2, AMP, COCO17)
Description
EfficientDet-D0 TensorFlow2 checkpoint trained on COCO using batchsize=1600
Publisher
NVIDIA Deep Learning Examples
Latest Version
22.03.0_amp
Modified
April 4, 2023
Size
45.28 MB

Model Overview

A convolution-based neural network for the task of object detection.

Model Architecture

EfficientDet is a one-stage detector with the following architecture components:

  • ImageNet-pretrained EfficientNet backbone
  • Weighted bi-directional feature pyramid network (BiFPN)
  • Bounding and classification box head
  • A compound scaling method that uniformly scales the resolution, depth, and width for all backbone, feature network, and box/class prediction networks at the same time

Training

This model was trained using script available in GitHub repo.

Dataset

The following datasets were used to train this model:

  • COCO 2017 - Dataset for large-scale object detection, segmentation and captioning.
  • ImageNet - Image database organized according to the WordNet hierarchy, in which each noun is depicted by hundreds and thousands of images.

Performance

Performance numbers for this model are available in GitHub readme performance section.

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.