nqt228 / YoloZ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YoloZ

Training

$ python train.py --data coco.yaml --cfg dense.yaml --weights '' --batch-size 64

Citation

@article{benjumeayoloz,
  title={YOLO-Z: Improving small object detection in YOLOv5 for autonomous vehicles,
  author={Aduen Benjumea, Izzeddin Teeti, Fabio Cuzzolin, Andrew Bradley},
  journal={arXiv preprint arXiv:2112.11798},
  year={2021}
}

REFERENCE

[1] https://arxiv.org/pdf/2112.11798.pdf

[2] https://github.com/ultralytics/yolov5

About

License:GNU General Public License v3.0


Languages

Language:Python 86.0%Language:Jupyter Notebook 12.5%Language:Shell 0.9%Language:Dockerfile 0.7%