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
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
Hi, I'm trying to process the provided training data annotations. For example, I want to parse uvo_dense-train_pipeline.json into the same format as e.g. data/uvo-test.json, which includes sentence_parts, start_times, end_times, and background_description. Is there a script that can do so?
I'm a bit confused by what each data entry in uvo_dense-train_pipeline.json mean. Is the caption term equivalent to the sentence_part? And keyframe_selection_indices indicate the timestamps of this segment?