forked from ultralytics/yolov5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update greetings.yml (ultralytics#4037)
- Loading branch information
1 parent
6ec9680
commit 799b426
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,17 +23,17 @@ jobs: | |
- β Reduce changes to the absolute **minimum** required for your bug fix or feature addition. _"It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is."_ -Bruce Lee | ||
issue-message: | | ||
π Hello @${{ github.actor }}, thank you for your interest in π YOLOv5! Please visit our βοΈ [Tutorials](https://github.com/ultralytics/yolov5/wiki#tutorials) to get started, where you can find quickstart guides for simple tasks like [Custom Data Training](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data) all the way to advanced concepts like [Hyperparameter Evolution](https://github.com/ultralytics/yolov5/issues/607). | ||
π Hello @${{ github.actor }}, thank you for your interest in YOLOv5 π! Please visit our βοΈ [Tutorials](https://github.com/ultralytics/yolov5/wiki#tutorials) to get started, where you can find quickstart guides for simple tasks like [Custom Data Training](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data) all the way to advanced concepts like [Hyperparameter Evolution](https://github.com/ultralytics/yolov5/issues/607). | ||
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 training β Question, please provide as much information as possible, including dataset images, training logs, screenshots, and a public link to online [W&B logging](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data#visualize) if available. | ||
For business inquiries or professional support requests please visit https://www.ultralytics.com or email Glenn Jocher at [email protected]. | ||
For business inquiries or professional support requests please visit https://ultralytics.com or email Glenn Jocher at [email protected]. | ||
## Requirements | ||
**Python>=3.6.0** with all [requirements.txt](https://github.com/ultralytics/yolov5/blob/master/requirements.txt) installed including **PyTorch>=1.7**. To get started: | ||
[**Python>=3.6.0**](https://www.python.org/) with all [requirements.txt](https://github.com/ultralytics/yolov5/blob/master/requirements.txt) installed including [**PyTorch>=1.7**](https://pytorch.org/get-started/locally/). To get started: | ||
```bash | ||
$ git clone https://github.com/ultralytics/yolov5 | ||
$ cd yolov5 | ||
|