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
I'm working on a project that requires applying different Region of Interest (ROI) cropping to each image within a batch. However, after reviewing the issues and documentation ( #5366, resize_crop_mirrorresizecrop ), I've found that the current cropping functions only support applying the same cropping parameters to all images within a batch. Additionally, some functions that offer random cropping are documented as they only operate on the CPU.
Is it possible to implement the operation I need on the GPU?
Check for duplicates
I have searched the open bugs/issues and have found no duplicates for this bug report
The text was updated successfully, but these errors were encountered:
Describe the question.
I'm working on a project that requires applying different Region of Interest (ROI) cropping to each image within a batch. However, after reviewing the issues and documentation ( #5366, resize_crop_mirror resize crop ), I've found that the current cropping functions only support applying the same cropping parameters to all images within a batch. Additionally, some functions that offer random cropping are documented as they only operate on the CPU.
Is it possible to implement the operation I need on the GPU?
Check for duplicates
The text was updated successfully, but these errors were encountered: