Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ML Tasks Image Detection YOLO V5 #379

Open
junxnone opened this issue Feb 14, 2023 · 0 comments
Open

ML Tasks Image Detection YOLO V5 #379

junxnone opened this issue Feb 14, 2023 · 0 comments

Comments

@junxnone
Copy link
Owner

junxnone commented Feb 14, 2023

YOLO V5

Reference

Arch

  • Backbone: New CSP-Darknet53
  • Neck: SPPF, New CSP-PAN
  • Head: YOLOv3 Head

image

Preprocess

Augmentation

  • Mosaic
  • Copy-Paste
  • Mixup
  • Random horizontal flip
  • ...

Training

  • Multi-scale training(0.5~1.5x)
  • AutoAnchor(For training custom data)
  • Warmup and Cosine LR scheduler
  • EMA(Exponential Moving Average)
  • Mixed precision
  • Evolve hyper-parameters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant