(
self,
num_frames_in_video: int,
device: torch.device,
)
| 22 | |
| 23 | @abstractmethod |
| 24 | def sample( |
| 25 | self, |
| 26 | num_frames_in_video: int, |
| 27 | device: torch.device, |
| 28 | ) -> Int64[Tensor, " frame"]: # frame indices |
| 29 | pass |
no outgoing calls
no test coverage detected