mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-20 13:54:36 +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>