Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 469 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 469 Bytes

Description

Pytorch implementation of YOLO object detection model. This repo based on https://github.com/ultralytics/yolov3

Now awailable

  1. YOLOv3-tiny with different encoders
    • Classic Darknet-15 encoder
    • EfficientNet B0 (not tested)
    • Mobilenetv2
    • ShuffleNet v2 (x1)
    • SqueezeNet (need some work)
  2. YOLOv3-spp
    • Classic Darknet74 encoder
  3. Direct conversion to OpenVINO with Darknet encoder.