mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-10 10:11:33 -06: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>
Website
This website is built using Docusaurus 3.5, a modern static website generator.
For installation and contributing instructions, please follow the Contributing Docs.
Development
- Run
npm ito install dependencies - Run
npm run startto start the website