mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-05 20:04:51 +01:00
* Adds support for YOLO v9 models running on Google Coral * fix format by using ruff instead of black * Remove comment Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com> * Remove log message Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com> * revert to hard-coded settings. use ModelTypeEnum directly * remove log messages. detect invalid output tensor count * remove 1-tensor processing. add pre_process() function * check for valid model type * fix formatting * remove unused import and variable * remove tip that indicates other YOLO models may be supported. --------- Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com> |
||
|---|---|---|
| .. | ||
| plugins | ||
| __init__.py | ||
| detection_api.py | ||
| detection_runners.py | ||
| detector_config.py | ||
| detector_types.py | ||
| detector_utils.py | ||