A fast, easy-to-use, production-ready inference server for computer vision supporting deployment of many popular model architectures and fine-tuned models.
When handling live stream we cannot rely on declared FPS since cameras may (and do) declare unreliable values. Proposed change is to use measured FPS when handling live stream.
Type of change
[x] New feature (non-breaking change which adds functionality)
How has this change been tested, please provide a testcase or example of how you tested the change?
CI passing
E2E test to verify if expected fps is reported by usage
Description
When handling live stream we cannot rely on declared FPS since cameras may (and do) declare unreliable values. Proposed change is to use measured FPS when handling live stream.
Type of change
How has this change been tested, please provide a testcase or example of how you tested the change?
CI passing E2E test to verify if expected fps is reported by usage
Any specific deployment considerations
N/A
Docs
N/A