#!/usr/bin/env python3 # -*- coding: utf-8 -*- """ Codec-aware patch dataset generator with GOP-based sampling. This package provides tools for extracting patches from videos using motion vector and residual-based scoring. """ __version__ = "1.0.0"