mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-10-27 10:52:11 +01:00
* Initial WIP dockerfile and scripts to add tensorrt support * Add tensorRT detector * WIP attempt to install TensorRT 8.5 * Updates to detector for cuda python library * TensorRT Cuda library rework WIP Does not run * Fixes from rebase to detector factory * Fix parsing output memory pointer * Handle TensorRT logs with the python logger * Use non-async interface and convert input data to float32. Detection runs without error. * Make TensorRT a separate build from the base Frigate image. * Add script and documentation for generating TRT Models * Add support for TensorRT devcontainer * Add labelmap to trt model script and docs. Cleanup of old scripts. * Update detect to normalize input tensor using model input type * Add config for selecting GPU. Fix Async inference. Update documentation. * Update some CUDA libraries to clean up version warning * Add CI stage to build TensorRT tag * Add note in docs for image tag and model support |
||
|---|---|---|
| .. | ||
| comms | ||
| detectors | ||
| images | ||
| test | ||
| __init__.py | ||
| __main__.py | ||
| app.py | ||
| config.py | ||
| const.py | ||
| events.py | ||
| ffmpeg_presets.py | ||
| http.py | ||
| log.py | ||
| models.py | ||
| motion.py | ||
| mypy.ini | ||
| object_detection.py | ||
| object_processing.py | ||
| objects.py | ||
| output.py | ||
| plus.py | ||
| record.py | ||
| restream.py | ||
| stats.py | ||
| storage.py | ||
| types.py | ||
| util.py | ||
| video.py | ||
| watchdog.py | ||
| zeroconf.py | ||