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

Method forward

flowmap/tracking/track_predictor.py:29–34  ·  view source on GitHub ↗
(
        self,
        videos: Float[Tensor, "batch frame 3 height width"],
        query_frame: int,
    )

Source from the content-addressed store, hash-verified

27
28 @abstractmethod
29 def forward(
30 self,
31 videos: Float[Tensor, "batch frame 3 height width"],
32 query_frame: int,
33 ) -> Tracks:
34 pass

Callers 1

generate_video_tracksFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected