bytedance / GR-MG

Official implementation of GR-MG
https://gr-mg.github.io/
Apache License 2.0
46 stars 3 forks source link

Ego4d dataset #3

Closed dingjiansw101 closed 1 month ago

dingjiansw101 commented 2 months ago

Thanks for sharing the code of this great work. I want to ask where can I find the train800k.json file of Ego4d dataset? Do you use the Ego4d v1 or v2?

LPY1219 commented 2 months ago

Hi, Ego4D does not provide a file named "train800k.json." We sampled 800k video clips ourselves from the original Ego4D (V1) dataset. This process is the same as what was done for GR-1.

dingjiansw101 commented 2 months ago

Hi,

Ego4D does not provide a file named "train800k.json." We sampled 800k video clips ourselves from the original Ego4D (V1) dataset. This process is the same as what was done for GR-1.

Could you provide the script to generate the json?

LPY1219 commented 2 months ago

I apologize. I used the same script as in GR-1, which hasn't open-sourced the data processing script. As a result, I cannot release it without official authorization.