/pytorch-YOLOv4

Minimal PyTorch implementation of YOLOv4

Primary LanguagePython

Pytorch-YOLOv4

A minimal PyTorch implementation of YOLOv4.

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}
}