Skip to content

pingchesu/pytorch-YOLOv4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Minimal PyTorch implementation of YOLOv4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%