supervision/examples
Onuralp SEZER a2dbe9e53a
docs(example): readme.md usage fixes
feat: default video set to people-walking.mp4 output to output.mp4
fix: re-create requirements.txt(fix end of line corruption)

Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2023-12-29 00:24:40 +03:00
..
count_people_in_zone fix(pre_commit): 🎨 auto format pre-commit hooks 2023-12-13 14:46:54 +00:00
heatmap_and_track docs(example): readme.md usage fixes 2023-12-29 00:24:40 +03:00
tracking Final `README.md` updates 2023-12-13 15:45:14 +01:00
traffic_analysis Final `README.md` updates 2023-12-13 15:45:14 +01:00
README.md docs: 📝 typos fixed in example documentation and new person added into example list 2023-12-18 20:06:34 +03:00

README.md

examples

This repository is packed with real-world use-cases, provided through Python scripts or interactive notebooks. Browse through to understand how the Supervision library interfaces with diverse applications.

contributing

We welcome contributions from the community in the form of examples, applications, and guides. To contribute, please follow these steps:

  1. Create a pull request (PR) with the [Example] prefix in the title, adding your project folder to the examples/ directory in the repository.
  2. Confirm your project aligns with the following standards:
    • Incorporates the supervision package.
    • Provides a README.md file, detailing the instructions to execute the project.
    • Showcases visual results, demonstrating the app's functionality.
    • Avoids adding large assets or dependencies unless absolutely necessary.
    • The contributor is expected to provide support for issues related to their examples.
    • In case the presented model has licensing complications, kindly specify them to circumvent potential misunderstandings.

For inquiries or concerns about these prerequisites, feel free to raise a PR. We are committed to assist and guide you.