ZCban

Results 2 issues of ZCban

def process(self, rect, width, height, region, rotation_angle): pitch = int(rect.Pitch) if rotation_angle in (0, 180): offset = (region[1] if rotation_angle == 0 else height - region[3]) * pitch height =...

### Search before asking - [x] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/orgs/ultralytics/discussions) and found no similar questions. ### Question AutoBatch: Computing optimal batch size for imgsz=512 at...

question
detect
advice needed