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

Method __init__

flowmap/tracking/track_predictor.py:24–26  ·  view source on GitHub ↗
(self, cfg: T)

Source from the content-addressed store, hash-verified

22
23class TrackPredictor(nn.Module, ABC, Generic[T]):
24 def __init__(self, cfg: T) -> None:
25 super().__init__()
26 self.cfg = cfg
27
28 @abstractmethod
29 def forward(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected