My Azure custom vision video object has high detection latency in the FO Tier. How can I minimize response time? Should I go for the S tier?
My plan used a custom vision object detection model which I trained on Azure custom vision portal to then use the prediction API in my Python script which sends a video frame by frame to an API. This has a lot of latency in response time. If I send a 1-minute video of 20FPS it takes 2+ hours to process it.