charlychan123/hoigen-filtered-videos
HOIGen Filtered Videos Dataset This dataset contains 28562 filtered videos from the HOIGen-1M dataset based on the allowlist. Dataset Structure The videos are organized in the same structure as the original HOIGen dataset: filtered_videos/ ├── videos_part_1/ ├── videos_part_2/ ├── ... └── videos_part_100/ Usage from huggingface_hub import hf_hub_download # Download a specific video video_path = hf_hub_download(… See the full description on the dataset page: https://huggingface.co/datasets/charlychan123/hoigen-filtered-videos.
HOIGen Filtered Videos Dataset
This dataset contains 28562 filtered videos from the HOIGen-1M dataset based on the allowlist.
Dataset Description
- Total videos: 28,562
- Total size: 33.4 GB
- Source: HOIGen-1M dataset (filtered)
- Format: MP4 videos
- Filtering: Based on filteredvideosallowlist.txt
Dataset Structure
The videos are organized in the same structure as the original HOIGen dataset:
filtered_videos/
├── videos_part_1/
├── videos_part_2/
├── ...
└── videos_part_100/Usage
from huggingface_hub import hf_hub_download
# Download a specific video
video_path = hf_hub_download(
repo_id="charlychan123/hoigen-filtered-videos",
filename="videos_part_1/video_name.mp4",
repo_type="dataset"
)
# Download entire dataset
from huggingface_hub import snapshot_download
dataset_path = snapshot_download(
repo_id="charlychan123/hoigen-filtered-videos",
repo_type="dataset"
)Filtering Process
This dataset was created by filtering the original HOIGen-1M dataset using the filtered_videos_allowlist.txt file, which contains the list of videos that passed certain quality and relevance criteria.
Citation
If you use this dataset, please cite the original HOIGen paper.
