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

Method forward

flowmap/flow/flow_predictor.py:33–37  ·  view source on GitHub ↗
(
        self,
        videos: Float[Tensor, "batch frame 3 height width"],
    )

Source from the content-addressed store, hash-verified

31
32 @abstractmethod
33 def forward(
34 self,
35 videos: Float[Tensor, "batch frame 3 height width"],
36 ) -> Float[Tensor, "batch frame-1 height width 2"]:
37 pass
38
39 @staticmethod
40 def rescale_flow(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected