glenn-jocher
commited on
Commit
·
0c7a0a0
1
Parent(s):
46e3cad
update greetings.yml
Browse files
.github/workflows/greetings.yml
CHANGED
@@ -11,13 +11,13 @@ jobs:
|
|
11 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
12 |
pr-message: 'Hello @${{ github.actor }}, thank you for submitting a PR! We will respond as soon as possible.'
|
13 |
issue-message: |
|
14 |
-
Hello @${{ github.actor }}, thank you for your interest in our work! Please visit our [Custom Training Tutorial](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data) to get started, and see our [
|
15 |
|
16 |
If this is a bug report, please provide screenshots and **minimum viable code to reproduce your issue**, otherwise we can not help you.
|
17 |
|
18 |
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:
|
19 |
-
- **Cloud-based AI**
|
20 |
-
- **Edge AI** integrated into custom iOS and Android apps for realtime **30 FPS video inference.**
|
21 |
-
- **Custom data training**, hyperparameter evolution, and model exportation to any destination.
|
22 |
-
|
23 |
For more information please visit https://www.ultralytics.com.
|
|
|
11 |
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
12 |
pr-message: 'Hello @${{ github.actor }}, thank you for submitting a PR! We will respond as soon as possible.'
|
13 |
issue-message: |
|
14 |
+
Hello @${{ github.actor }}, thank you for your interest in our work! Please visit our [Custom Training Tutorial](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data) to get started, and see our [Jupyter Notebook](https://github.com/ultralytics/yolov5/blob/master/tutorial.ipynb) <a href="https://colab.research.google.com/github/ultralytics/yolov5/blob/master/tutorial.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>, [Docker Image](https://hub.docker.com/r/ultralytics/yolov5), and [Google Cloud Quickstart Guide](https://github.com/ultralytics/yolov5/wiki/GCP-Quickstart) for example environments.
|
15 |
|
16 |
If this is a bug report, please provide screenshots and **minimum viable code to reproduce your issue**, otherwise we can not help you.
|
17 |
|
18 |
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:
|
19 |
+
- **Cloud-based AI** systems operating on **hundreds of HD video streams in realtime.**
|
20 |
+
- **Edge AI** integrated into custom iOS and Android apps for realtime **30 FPS video inference.**
|
21 |
+
- **Custom data training**, hyperparameter evolution, and model exportation to any destination.
|
22 |
+
|
23 |
For more information please visit https://www.ultralytics.com.
|