Skip to content

Tool used to generate anchor-boxes required for training YOLO networks

License

Notifications You must be signed in to change notification settings

zjykzj/anchor-boxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language: 🇺🇸 🇨🇳

«anchor-boxes» generated the anchor-boxes required for training YOLO networks

  • For Darknet implemetation, see darknet

  • For custom YOLOv2 anchor-boxes implementation, see v2

  • For custom YOLOv3 anchor-boxes implementation, see v3

  • For custom YOLOv5 anchor-boxes implementation, see v5

  • Blank boxes represent anchors based on VOC

  • Gray boxes represent anchors based on COCO

Table of Contents

Background

This repository implements different ways of generating code for anchor-boxes, including YOLOv2/YOLOv3 anchor-box generation, using PASCAL VOC and COCO datasets

Maintainers

  • zhujian - Initial work - zjykzj

Thanks

Contributing

Anyone's participation is welcome! Open an issue or submit PRs.

Small note:

License

Apache License 2.0 © 2023 zjykzj