mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
* Refactor EdgeTPU and CPU model handling to detector submodules. * Fix selecting the correct detection device type from the config * Remove detector type check when creating ObjectDetectProcess * Fixes after rebasing to 0.11 * Add init file to detector folder * Rename to detect_api Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com> * Add unit test for LocalObjectDetector class * Add configuration for model inputs Support transforming detection regions to RGB or BGR. Support specifying the input tensor shape. The tensor shape has a standard format ["BHWC"] when handed to the detector, but can be transformed in the detector to match the model shape using the model input_tensor config. * Add documentation for new model config parameters * Add input tensor transpose to LocalObjectDetector * Change the model input tensor config to use an enumeration * Updates for model config documentation Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com> |
||
|---|---|---|
| .. | ||
| detectors | ||
| test | ||
| __init__.py | ||
| __main__.py | ||
| app.py | ||
| birdseye.png | ||
| config.py | ||
| const.py | ||
| events.py | ||
| http.py | ||
| log.py | ||
| models.py | ||
| motion.py | ||
| mqtt.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 | ||