bpiyush / TestOfTime

Official code for our CVPR 2023 paper: Test of Time: Instilling Video-Language Models with a Sense of Time
MIT License
45 stars 3 forks source link

How to generate the synthetic data #4

Closed tranxuantuyen closed 1 year ago

tranxuantuyen commented 1 year ago

Hi, thanks you for releasing the code

Could you please share source code / the way that you use to generate the synthetic data. Many thanks

bpiyush commented 1 year ago

Hi! Apologies for the late reply. The notification email went into spam.

I have created a simple notebook here to generate a single example synthetic video. It can be extended to generate lots of examples with randomized parameters. Hope this helps.

tranxuantuyen commented 1 year ago

That's great, thank you a lot