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