File size: 252 Bytes
12acbba
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#!/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"