williamgrimes / pytorch-YOLOv4

Minimal PyTorch implementation of YOLOv4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytorch-YOLOv4

A minimal PyTorch implementation of YOLOv4.

Weight

image

Inference

python demo.py cfgfile weightfile imgfile
  • Convolution weight reshape
  • Mish activation
  • route number > 2
  • Maxpooling
  • yololayer

Reference:

@article{yolov4,
  title={YOLOv4: YOLOv4: Optimal Speed and Accuracy of Object Detection},
  author={Alexey Bochkovskiy, Chien-Yao Wang, Hong-Yuan Mark Liao},
  journal = {arXiv},
  year={2020}
}

About

Minimal PyTorch implementation of YOLOv4


Languages

Language:Python 100.0%