Skip to content

starwit/object-detector

Repository files navigation

Object Detector

This component is part of the Starwit Awareness Engine (SAE). See umbrella repo here: https://github.com/starwit/starwit-awareness-engine

How to set up

How to Build

See dev readme for build instructions.

Model Development

In order to detect objects a trained model is necessary. See model development documentation for more details.

Github Workflows and Versioning

The following Github Actions are available:

  • PR build: Builds python project for each pull request to main branch. poetry install and poetry run pytest are executed, to compile and test python code.
  • Build and publish latest image: Manually executed action. Same like PR build. Additionally puts latest docker image to internal docker registry.
  • Create release: Manually executed action. Creates a github release with tag, docker image in internal docker registry, helm chart in chartmuseum by using and incrementing the version in pyproject.toml. Poetry is updating to next version by using "patch, minor and major" keywords. If you want to change to non-incremental version, set version in directly in pyproject.toml and execute create release afterwards.

Dependabot Version Update

With dependabot.yml a scheduled version update via Dependabot is configured. Dependabot creates a pull request if newer versions are available and the compilation is checked via PR build.

About

SAE component that detects objects. It uses Yolo for object detection and can run individual models

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •