You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thanks for your valuable work.
I am working with your dataset and cannot find the split information. I have seen some references to this information ( "splits/frames_full_train.txt"), but I could not find the file.
Also, when I tried to install the devkit I found a bug:
I have installed the package: pip install "zod[all]" and when I try zod download, I get this output: bash: zod: command not found
Thanks
Javier
The text was updated successfully, but these errors were encountered:
Can you please tell me what version of zod you have installed? Can you also try and do pip install --upgrade zod["all"], and see if the error persists?
Regarding the file you are referring to, these split-files are not used anywhere in the repository and its reference should probably be removed from the dev kit. They only contain the information of what frames are in the train vs val splits. That information is present in (and should be accessed through) the trainval-xxx-full.json files, or via the ZodFrames/ZodSequences/ZodDrives class.
Hi, you should be able to use the download functionality in the zod package. See below for the command used to download the full trainval-frames-full.json:
Hello and thanks for your valuable work.
I am working with your dataset and cannot find the split information. I have seen some references to this information ( "splits/frames_full_train.txt"), but I could not find the file.
Also, when I tried to install the devkit I found a bug:
pip install "zod[all]"
and when I tryzod download
, I get this output:bash: zod: command not found
Thanks
Javier
The text was updated successfully, but these errors were encountered: