TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Training YOLOv4 on a Custom Dataset

2 pointsby rocaucalmost 5 years ago

1 comment

rocaucalmost 5 years ago
YOLOv4 was published[1] on April 23 with COCO weights, but there haven&#x27;t yet been resources on how to adapt its architecture to your own domain. This post walks through setting up Darknet and training on a custom dataset in Colab.<p>FWIW, in our tests, we saw the highest mAP (89.5) on a new task[2] compared to EfficientDet and YOLOv3.<p>[1] <a href="https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2004.10934" rel="nofollow">https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;2004.10934</a> [2] <a href="https:&#x2F;&#x2F;public.roboflow.ai&#x2F;object-detection&#x2F;bccd" rel="nofollow">https:&#x2F;&#x2F;public.roboflow.ai&#x2F;object-detection&#x2F;bccd</a>