blakeblackshear.frigate/docs
Nick 045aac8933
Add object filter ratio (#2952)
* Add object ratio config parameters

Issue: #2948

* Add config test for object filter ratios

Issue: #2948

* Address review comments

- Accept `ratio` default
- Rename `bounds` to `box` for consistency
- Add migration for new field

Issue: #2948

* Fix logical errors

- field migrations require default values
- `clipped` referenced the wrong index for region, since it shifted
- missed an inclusion of `ratio` for detections in `process_frames`
- revert naming `o[2]` as `box` since it is out of scope!

This has now been test-run against a video, so I believe the kinks are
worked out.

Issue: #2948

* Update contributing notes for `make`

Issue: #2948

* Fix migration

- Ensure that defaults match between Event and migration script
- Deconflict migration script number (from rebase)

Issue: #2948

* Filter objects out of ratio bounds

Issue: #2948

* Update migration file to 009

Issue: #2948
2022-04-10 08:25:18 -05:00
..
docs Add object filter ratio (#2952) 2022-04-10 08:25:18 -05:00
plugins docs: include available objects in documentation 2021-03-09 06:23:37 -06:00
src/css docs: move docs to docusaurus 2021-01-26 21:40:33 -06:00
static update latest recommendations for reolink 2021-10-04 07:18:53 -05:00
.gitignore docs: move docs to docusaurus 2021-01-26 21:40:33 -06:00
babel.config.js docs: move docs to docusaurus 2021-01-26 21:40:33 -06:00
docusaurus.config.js add links in docs to other sites 2021-10-23 09:41:32 -05:00
package-lock.json package updates for docs 2022-02-18 21:18:26 -06:00
package.json package updates for docs 2022-02-18 21:18:26 -06:00
README.md docs: add contributing docs 2021-02-23 07:37:19 -06:00
sidebars.js more docs updates 2021-09-14 08:07:36 -05:00

Website

This website is built using Docusaurus 2, a modern static website generator.

For installation and contributing instructions, please follow the Contributing Docs.