label-studio
label-studio copied to clipboard
Possibility to synchronize video and time series plot
Is it possible to have a video synchronized to a TIME SERIES plot similar to the way video can be synchronized to an audio track
<View>
<Header value="Video timeline segmentation via Audio sync trick"/>
<Video name="video" value="$video_url" sync="audio"/>
<Labels name="tricks" toName="audio" choice="multiple">
<Label value="Kickflip" background="#1BB500"/>
</Labels>
<Audio name="audio" value="$video_url" sync="video" speed="false"/>
</View>