ultralytics / yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
https://docs.ultralytics.com
GNU Affero General Public License v3.0
50.04k stars 16.17k forks source link

문제 Yolov5구현 #13339

Open Batwan01 opened 5 days ago

Batwan01 commented 5 days ago
UltralyticsAssistant commented 5 days ago

👋 Hello @Batwan01, thank you for reaching out about YOLOv5 🚀! This is an automated response, and an Ultralytics engineer will assist you soon.

To get started, please check out our ⭐️ Tutorials for helpful guides on Custom Data Training and more advanced topics like Hyperparameter Evolution.

If this is a 🐛 Bug Report, we kindly ask you to provide a minimum reproducible example to help us debug the issue effectively.

In the case of a custom training ❓ Question, please offer as much information as possible, including dataset examples and training logs. Make sure you're following our Tips for Best Training Results.

Requirements

Ensure you are using Python>=3.8.0 with all requirements.txt installed including PyTorch>=1.8. Start by running:

git clone https://github.com/ultralytics/yolov5  # clone
cd yolov5
pip install -r requirements.txt  # install

Environments

YOLOv5 can be run in verified environments with dependencies, including CUDA, Python, and PyTorch:

Status

YOLOv5 CI

If this badge is green, all YOLOv5 GitHub Actions Continuous Integration (CI) tests are currently passing. This includes training, validation, inference, export, and benchmarks on various operating systems.

Introducing YOLOv8 🚀

We're thrilled to announce YOLOv8 - our latest object detection model! YOLOv8 offers cutting-edge features for object detection, image segmentation, and classification. Explore the YOLOv8 Docs and get started:

pip install ultralytics

Please let us know any additional details to assist you better! 😊