MINOR CHANGES
This release cleans up a few small items in preparation for a pull request for the main Frigate repository.
Avoid recalculating constants
The quantized model uses a constant scale for it output. The init() function now stores the constant values of some parameters used in post-processing.
Dynamic shift for NMS
The current model offered for download clamps logit values between [-4,+4]. The code no longer depends on the minimum value being -4 when calling the NMS function.
Recognize max_detections setting
The default value remains 20, and can be changed in the Frigate configuration settings.