8000 GitHub - sailfish009/pytorch-YOLOv4: Minimal PyTorch implementation of YOLOv4
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sailfish009/pytorch-YOLOv4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 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%
0