MCPcopy Create free account
hub / github.com/dcharatan/flowmap / CroppingCfg

Class CroppingCfg

flowmap/misc/cropping.py:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12@dataclass
13class CroppingCfg:
14 image_shape: tuple[int, int] | int
15 flow_scale_multiplier: int
16 patch_size: int
17
18
19def resize_batch(batch: Batch, shape: tuple[int, int]) -> Batch:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected