Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#20059 Fix YOLOv8-ONNXRuntime example links

Merged
Ghost merged 1 commits into Ultralytics:main from ultralytics:fix-example-links
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
  1. # Ultralytics ๐Ÿš€ AGPL-3.0 License - https://ultralytics.com/license
  2. name: ๐Ÿš€ Feature Request
  3. description: Suggest an Ultralytics YOLO idea
  4. # title: " "
  5. labels: [enhancement]
  6. type: "feature"
  7. body:
  8. - type: markdown
  9. attributes:
  10. value: |
  11. Thank you for submitting an Ultralytics ๐Ÿš€ Feature Request!
  12. - type: checkboxes
  13. attributes:
  14. label: Search before asking
  15. description: >
  16. Please search the Ultralytics [Docs](https://docs.ultralytics.com/) and [issues](https://github.com/ultralytics/ultralytics/issues) to see if a similar feature request already exists.
  17. options:
  18. - label: >
  19. I have searched the Ultralytics [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests.
  20. required: true
  21. - type: textarea
  22. attributes:
  23. label: Description
  24. description: A short description of your feature.
  25. placeholder: |
  26. What new feature would you like to see in YOLO?
  27. validations:
  28. required: true
  29. - type: textarea
  30. attributes:
  31. label: Use case
  32. description: |
  33. Describe the use case of your feature request. It will help us understand and prioritize the feature request.
  34. placeholder: |
  35. How would this feature be used, and who would use it?
  36. - type: textarea
  37. attributes:
  38. label: Additional
  39. description: Anything else you would like to share?
  40. - type: checkboxes
  41. attributes:
  42. label: Are you willing to submit a PR?
  43. description: >
  44. (Optional) We encourage you to submit a [Pull Request](https://github.com/ultralytics/ultralytics/pulls) (PR) to help improve YOLO for everyone, especially if you have a good understanding of how to implement a fix or feature.
  45. See the Ultralytics [Contributing Guide](https://docs.ultralytics.com/help/contributing/) to get started.
  46. options:
  47. - label: Yes I'd like to help by submitting a PR!
Discard
Tip!

Press p or to see the previous file or, n or to see the next file