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
on CPU refer to OpenCV documentation and use cv.warpAffine. cv.cuda.flip isn't implemented unfortunately. And there are still many bugs in CUDA wrappers that I didn't have time to fix.
Overall, I strongly recommend using Python because Torch is basically dead and this library is very weakly maintained.
Hi,
Can anyone share an example for rotation of an image on CPU and GPU?
When I try the CPU version, it seems to indicate that rotate function is not available.
attempt to call field 'rotate' (a nil value)
And when I rotate on GPU, I do not seem to get the correct result.
The image written is all black !!
Similar error while flipping an image on GPU:
cv.cuda.flip{src=im_cuda, flipCode = 0}
attempt to call field 'flip' (a nil value)
The text was updated successfully, but these errors were encountered: