glenn-jocher
commited on
Commit
β’
0067d95
1
Parent(s):
951922c
Update greetings.yml (#4037)
Browse files
.github/workflows/greetings.yml
CHANGED
@@ -23,17 +23,17 @@ jobs:
|
|
23 |
- β
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
|
24 |
|
25 |
issue-message: |
|
26 |
-
π Hello @${{ github.actor }}, thank you for your interest in
|
27 |
|
28 |
If this is a π Bug Report, please provide screenshots and **minimum viable code to reproduce your issue**, otherwise we can not help you.
|
29 |
|
30 |
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.
|
31 |
|
32 |
-
For business inquiries or professional support requests please visit https://
|
33 |
|
34 |
## Requirements
|
35 |
|
36 |
-
**Python>=3.6.0** with all [requirements.txt](https://github.com/ultralytics/yolov5/blob/master/requirements.txt) installed including **PyTorch>=1.7
|
37 |
```bash
|
38 |
$ git clone https://github.com/ultralytics/yolov5
|
39 |
$ cd yolov5
|
|
|
23 |
- β
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
|
24 |
|
25 |
issue-message: |
|
26 |
+
π 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).
|
27 |
|
28 |
If this is a π Bug Report, please provide screenshots and **minimum viable code to reproduce your issue**, otherwise we can not help you.
|
29 |
|
30 |
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.
|
31 |
|
32 |
+
For business inquiries or professional support requests please visit https://ultralytics.com or email Glenn Jocher at [email protected].
|
33 |
|
34 |
## Requirements
|
35 |
|
36 |
+
[**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:
|
37 |
```bash
|
38 |
$ git clone https://github.com/ultralytics/yolov5
|
39 |
$ cd yolov5
|