ultralytics / yolov3

YOLOv3 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
10.25k stars 3.45k forks source link

difference #1400

Closed yishunzhijian closed 4 years ago

yishunzhijian commented 4 years ago

What's the difference between this yolov4 and Alexeyab / darknet?

github-actions[bot] commented 4 years ago

Hello @yishunzhijian, thank you for your interest in our work! Ultralytics has open-sourced YOLOv5 at https://github.com/ultralytics/yolov5, featuring faster, lighter and more accurate object detection. YOLOv5 is recommended for all new projects.

To continue with this repo, please visit our Custom Training Tutorial to get started, and see our Google Colab Notebook, Docker Image, and GCP Quickstart Guide for example environments.

If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.

If this is a custom model or data training question, please note that Ultralytics does not provide free personal support. As a leader in vision ML and AI, we do offer professional consulting, from simple expert advice up to delivery of fully customized, end-to-end production solutions for our clients, such as:

For more information please visit https://www.ultralytics.com.

github-actions[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

glenn-jocher commented 1 year ago

@yishunzhijian the main differences between YOLOv4 and AlexeyAB's Darknet are in the implementation details and updates. YOLOv4 includes various improvements to the architecture, training process, and performance optimizations. It also benefits from continued development and contributions from the YOLO community. If you have any specific questions about these differences, feel free to ask.