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

Class Tracks

flowmap/tracking/track_predictor.py:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13@dataclass
14class Tracks(Manipulable):
15 xy: Float[Tensor, "batch frame point 2"]
16 visibility: Bool[Tensor, "batch frame point"]
17
18 # This is the first frame in the track sequence, not the query frame used to
19 # generate the sequence, which is often different.
20 start_frame: int
21
22
23class TrackPredictor(nn.Module, ABC, Generic[T]):

Callers 1

forwardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected