This component is part of the Starwit Awareness Engine (SAE). See umbrella repo here: https://github.com/starwit/starwit-awareness-engine
- Make sure you have Poetry installed (otherwise see here: https://python-poetry.org/docs/#installing-with-the-official-installer)
- Set environment variable
NVIDIA_TENSORRT_DISABLE_INTERNAL_PIP=True
(otherwisetensorrt-*
installation will fail) - Run
poetry install
See dev readme for build instructions.
In order to detect objects a trained model is necessary. See model development documentation for more details.