| 26 | |
| 27 | @dataclass |
| 28 | class 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( |
nothing calls this directly
no outgoing calls
no test coverage detected