ninfueng / a-PyTorch-Tutorial-to-Object-Detection

SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note

  • Original: 77.2 mAP without Batch Normalization.
  • 15 layers in VGG16 to 20 layers extra for object detection.
  • BF: mAP
  • TF: m
  • Heuristic rule: fbbbbbbttttttttffffffffffffffffffff, mAP
    • 8 T layers and 6 B layers.

About

SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Detection

License:MIT License


Languages

Language:Python 100.0%