facebookresearch / jepa

PyTorch code and models for V-JEPA self-supervised learning from video.
Other
2.53k stars 242 forks source link

data loading during eval #59

Open orrzohar opened 2 months ago

orrzohar commented 2 months ago

Hi, You don't seem to utilize the 'shared_transform' feature during evaluation; instead, you opt to perform this transform per clip. I wondered why, as during the, all the transforms should be the same. Therefore, why would you apply it per clip instead of the entire video? Best, Orr