Skip to content
Snippets Groups Projects
  1. Dec 02, 2019
    • Neta Zmora's avatar
      object detection: fix model summary generation · 8002b13f
      Neta Zmora authored
      When multi-processing, we want only one process to generate the
      summary, while the other processes do nothing (lazy bums!)
      8002b13f
    • Lev Zlotnik's avatar
      Object Detection Compression (#343) · 697b3cfe
      Lev Zlotnik authored
      Add an example of compressing OD pytorch models.
      
      In this example we compress torchvision's object detection models - FasterRCNN / MaskRCNN / KeypointRCNN.
      We've modified the reference code for object detection to allow easy compression scheduling with YAML configuration.
      697b3cfe
Loading