mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-10-17 11:16:13 +02:00
* Update object_detectors.md for v16 * add configurability to IMG_SIZE for YOLOv9 export * remove TensorRT detector as it's no longer supported in v16 * Revert removing NVIDIA TensorRT detector docs Added documentation for NVidia TensorRT Detector, including model generation, configuration parameters, and example usage. * Dumb copy/paste * Enhance YOLOv9 export instructions in documentation Updated YOLOv9 export command to include IMG_SIZE parameter and clarified model size options. |
||
---|---|---|
.. | ||
docs | ||
plugins | ||
src | ||
static | ||
.gitignore | ||
babel.config.js | ||
docusaurus.config.ts | ||
package-lock.json | ||
package.json | ||
README.md | ||
sidebars.ts |
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 i
to install dependencies - Run
npm run start
to start the website