yolov5 icon indicating copy to clipboard operation
yolov5 copied to clipboard

# path to yolov5

Open H-A-R-S-H-T opened this issue 8 months ago • 2 comments

undefined

H-A-R-S-H-T avatar Apr 11 '25 18:04 H-A-R-S-H-T

👋 Hello @H-A-R-S-H-T, thank you for your interest in YOLOv5 🚀! Please visit our ⭐️ Tutorials to get started, where you can find quickstart guides for simple tasks like Custom Data Training all the way to advanced concepts like Hyperparameter Evolution.

If this is a 🐛 Bug Report, please provide a minimum reproducible example to help us debug it.

If this is a custom training ❓ Question, please provide as much information as possible, including dataset image examples and training logs, and verify you are following our Tips for Best Training Results.

Requirements

Python>=3.8.0 with all requirements.txt installed including PyTorch>=1.8. To get started:

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

Environments

YOLOv5 may be run in any of the following up-to-date verified environments (with all dependencies including CUDA/CUDNN, Python and PyTorch preinstalled):

Status

YOLOv5 CI

If this badge is green, all YOLOv5 GitHub Actions Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training, validation, inference, export and benchmarks on macOS, Windows, and Ubuntu every 24 hours and on every commit.

⚡ This is an automated response, but don't worry, an Ultralytics engineer will assist you soon! 😊

UltralyticsAssistant avatar Apr 11 '25 18:04 UltralyticsAssistant

Hi @H-A-R-S-H-T,

Your issue title mentions "path to yolov5" but you haven't provided any specific details about your question or problem.

If you're trying to find or set up the correct path to YOLOv5, you can:

  • Clone the repository: git clone https://github.com/ultralytics/yolov5
  • Install via pip: pip install -U yolov5

Please provide more information about what you're trying to accomplish, and I'll be happy to help with more specific guidance.

Thank you, Paula

pderrenger avatar Apr 11 '25 22:04 pderrenger

👋 Hello there! We wanted to give you a friendly reminder that this issue has not had any recent activity and may be closed soon, but don't worry - you can always reopen it if needed. If you still have any questions or concerns, please feel free to let us know how we can help.

For additional resources and information, please see the links below:

  • Docs: https://docs.ultralytics.com
  • HUB: https://hub.ultralytics.com
  • Community: https://community.ultralytics.com

Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

Thank you for your contributions to YOLO 🚀 and Vision AI ⭐

github-actions[bot] avatar Oct 10 '25 00:10 github-actions[bot]