You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Glenn Jocher 9e58c32c15
Docs URL fixes and YAML updates (#1383)
2 years ago
..
YOLOv8-CPP-Inference `ultralytics 8.0.41` TF SavedModel and EdgeTPU export (#1034) 2 years ago
YOLOv8-OpenCV-ONNX-Python [Example] YOLOv8-OpenCV-ONNX-Python (#1007) 2 years ago
README.md `ultralytics 8.0.42` DDP fix and Docs updates (#1065) 2 years ago
tutorial.ipynb Docs URL fixes and YAML updates (#1383) 2 years ago

README.md

This is a list of real-world applications and walkthroughs. These can be folders of either python files or notebooks .

Ultralytics YOLO example applications

Title Format Contributor
YOLO ONNX detection Inference with C++ C++/ONNX Justas Bartnykas
YOLO OpenCV ONNX detection Python OpenCV/Python/ONNX Farid Inawan
YOLO .Net ONNX detection C# C# .Net Samuel Stainback

How can you contribute ?

We're looking for examples, applications and guides from the community. Here's how you can contribute:

  • Make a PR with [Example] prefix in title after adding your project folder in the examples/ folder of the repository
  • The project should satisfy these conditions:
    • It should use ultralytics framework
    • It have a README.md with instructions to run the project
    • It should avoid adding large assets or dependencies unless absolutely needed
    • The contributor is expected to help out in issues related to their examples

If you're unsure about any of these requirements, make a PR and we'll happy to guide you