Skip to content

Football analyzer pipeline#19

Open
zoq wants to merge 1 commit intocollabora:masterfrom
zoq:soccer-analyzer
Open

Football analyzer pipeline#19
zoq wants to merge 1 commit intocollabora:masterfrom
zoq:soccer-analyzer

Conversation

@zoq
Copy link
Copy Markdown
Collaborator

@zoq zoq commented Apr 28, 2026

  • Support player detection, referee, and ball detection, within a single model
  • Support camera movement compensation
  • Custom drawing, of the results

Signed-off-by: Marcus Edel <marcus.edel@collabora.com>
@zoq
Copy link
Copy Markdown
Collaborator Author

zoq commented Apr 28, 2026

This one requires a custom trained model, do we make it part of the project, or do we upload it to HF?

@aaron-boxer
Copy link
Copy Markdown
Contributor

aaron-boxer commented Apr 28, 2026

Thanks for the PR! let's make the model a part of the project for now, if not too big.

@boxerab
Copy link
Copy Markdown
Collaborator

boxerab commented May 1, 2026

one request - is it possible to move all the module level imports to the method level instead ? This will speed up pipeline startup as gstreamer scans all python scripts for elements at startup, and module level imports are executed, so we want to avoid these imports. The other elements in the framework all avoid module level imports. 🙏

@boxerab boxerab force-pushed the master branch 2 times, most recently from 0be9a68 to 44e42dd Compare May 3, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants