antoine77340 / MIL-NCE_HowTo100M

PyTorch GPU distributed training code for MIL-NCE HowTo100M
Apache License 2.0
214 stars 31 forks source link

Pre-processed video download #14

Closed thebuax closed 3 years ago

thebuax commented 3 years ago

Hello,

can you please explain what you mean by preprocessed videos in "Finally the preprocessed HowTo100M videos (12Tb in total)..."?

How are they preprocessed?

antoine77340 commented 3 years ago

Hi,

We first removed the audio, and then we rescaled the videos (without. changing the aspect ratio) so that min(height, width) = 256.

thebuax commented 3 years ago

Thanks for answering. Closed the issue.