You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project, I encountered some pre-processing using the cpu version of opencv (such as lanzcous4 interpolation resize). I manually wrote them into cuda operators as torch.Tensor and triton.Tensor, but I think if opencv can seamlessly support these two formats, there will be no need to do this step, and it will be much faster.