facebookresearch / jepa

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

data loading during eval #59

Open orrzohar opened 6 months ago

orrzohar commented 6 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