Commit Graph
5 Commits
Author SHA1 Message Date
Nick 2f4169dbff Update contributing notes for make
Issue: #2948
2022-03-12 14:08:35 -05:00
Nick 2ad0ed9b8d 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
2022-03-12 09:37:17 -05:00
Nick 3bb3aecf97 Address review comments
- Accept `ratio` default
- Rename `bounds` to `box` for consistency
- Add migration for new field

Issue: #2948
2022-03-12 09:37:09 -05:00
Nick d64329b7df Add config test for object filter ratios
Issue: #2948
2022-03-11 23:47:40 -05:00
Nick 1aa95d1e93 Add object ratio config parameters
Issue: #2948
2022-03-11 23:47:40 -05:00