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

Class SubsampleCfg

flowmap/subsample.py:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27@dataclass
28class SubsampleCfg:
29 flow: FlowPredictorCfg
30 in_path: Path
31 out_path: Path
32 target_num_frames: int
33 flow_resolution: int
34 limit_num_seconds: float | None
35
36
37@hydra.main(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected