datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
UiVLA_original_video_framesmead_hdtf_400_merge_video_audio_frames_onlyvideo-framesscanqa_video_64_frames_1_fps_360x420_4500_500spaghetti-video-8-frames
This is the code that was used to generate this video:
from decord import VideoReader, cpu
from huggingface_hub import hf_hub_download
import numpy as np
np.random.seed(0)
def sample_frame_indices(clip_len, frame_sample_rate, seg_len):
converted_len = int(clip_len * frame_sample_rate)
end_idx = np.random.randint(converted_len, seg_len)
start_idx = end_idx - converted_len
indices = np.linspace(start_idx, end_idx, num=clip_len)
indices = np.clip(indices, start_idx… See the full description on the dataset page: https://huggingface.co/datasets/hf-internal-testing/spaghetti-video-8-frames.real-and-fake-video-framesvideo_frames_testgrok-video-framesHDTF_static_video_n_frameslaparoscopy-video-distortions-gemma3-v3-framesllava-video-178k-framesMyGO-Mujica-VideoFrames
BanG Dream! MyGO & Ave Mujica - Video Frames Dataset / BanG Dream! MyGO 与 Ave Mujica - 视频帧数据集
This dataset contains raw videos, scene-split video clips, and extracted frames from the anime series "BanG Dream! It's MyGO!!!!!" and "BanG Dream! Ave Mujica".
本数据集包含动画系列《BanG Dream! It's MyGO!!!!!》和《BanG Dream! Ave Mujica》的原始视频、按场景分割的视频片段以及提取的视频帧。
Content / 数据集内容
Raw Videos: Original video files for both series, along with scene timestamps. / 原始视频: 两部番剧的原始视频文件及对应的场景时间戳。
Split… See the full description on the dataset page: https://huggingface.co/datasets/MujicaLab/MyGO-Mujica-VideoFrames.Video_Framesvideo-frames
