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

Class TrackPrecomputationCfg

flowmap/tracking/__init__.py:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72
73@dataclass
74class TrackPrecomputationCfg:
75 cache_path: Path | None
76 interval: int
77 radius: int
78
79
80def compute_tracks(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected