5 ms·
In terms of accuracy, the authors mention it as a limitation, so probably it could be a problem. In terms of runtime, it should not matter. Generally speaking
by g_airborne 5y ago
In terms of accuracy, the authors mention it as a limitation, so probably it could be a problem.
In terms of runtime, it should not matter. Generally speaking though, the overhead of optical flow is often overlooked. For video DL applications, optical flow calculation often takes more time than inference itself. For academic purposes, datasets are often already preprocessed and the optical flow runtime is not mentioned. Doing real time video analysis with optical flow is quite impractical though.
- weidi_xie 5y agoThe time for computing optical flow is indeed a bottleneck, and some researchers in the community is working on that: - https://arxiv.org/abs/2103.04524 https://arxiv.org/abs/2103.04524 - https://arxiv.org/pdf/2103.17271.pdf https://arxiv.org/pdf/2103.17271.pdf