Xinjie-Q's picture
Upload Mage-VL: unified codec-native streaming VLM (image+video understanding + proactive gate)
12acbba verified
Raw
History Blame Contribute Delete
252 Bytes
#!/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"