(
self,
videos: Float[Tensor, "batch frame 3 height width"],
)
| 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( |
no outgoing calls
no test coverage detected