In #88, we created the pipeline which demostrates the modular approach to skip the frames based on the comparison of consecutive ones. In this ticket, we just need to move frame comparison operations to GPU, and make sure that we don't do the GPU->CPU->GPU copies.
Please use OpenCV+CUDA instead of cupy.
Links:
DoD:
- a new script is created (based on CPU script)
- frame comparison is working in the same way on GPU as on CPU
In #88, we created the pipeline which demostrates the modular approach to skip the frames based on the comparison of consecutive ones. In this ticket, we just need to move frame comparison operations to GPU, and make sure that we don't do the GPU->CPU->GPU copies.
Please use OpenCV+CUDA instead of cupy.
Links:
DoD: