Replies: 1 comment 6 replies
-
Hi @sarbabi, if you want to crop the image based on the bounding box of roi, you can simply use
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to crop the image based on the bounding box of roi.
I do this:
according to documentation "bbox_key_postfix (str) – the output bounding box coordinates will be written to the value of {key}_{bbox_key_postfix}", so it should be roi_bbox? or how can I access the bounding box in next transform?
Thanks in advance,
Beta Was this translation helpful? Give feedback.
All reactions