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
produce a video_transcript/ modality data folder of the following format:
root/video_transcript/shard-00000.tar
| ├── 00000.jsonl # this corresponds to one video. each line within it corresponds to one subsequence of frames.
| ├── 00001.jsonl
| └── ...
Note that the txt/jsons in the v2d might not correspond exactly to the representation we want here (e.g., we might need some logic to determine the start/end frame indices from timestamps).
We may also want to run whisper to get improved transcripts.
Goal: given v2d format of
produce a
video_transcript/
modality data folder of the following format:Each jsonl should look something like
Note that the txt/jsons in the v2d might not correspond exactly to the representation we want here (e.g., we might need some logic to determine the start/end frame indices from timestamps).
We may also want to run whisper to get improved transcripts.
Child issue of #3.
The text was updated successfully, but these errors were encountered: