|
def inference(self, image: np.ndarray, task_description: Optional[str] = None, *args, **kwargs) -> tuple[dict[str, np.ndarray], dict[str, np.ndarray]]: |
In this inference function does the input image mean just the frame_t or is it an ndarray with both {frame_t,frame_t+stride}? Provididng just the frame_t doesn't seem to make sense in this pipeline.
LAPA/latent_pretraining/inference.py
Line 30 in 46aca51
In this inference function does the input image mean just the frame_t or is it an ndarray with both {frame_t,frame_t+stride}? Provididng just the frame_t doesn't seem to make sense in this pipeline.