├── README.md └── fvd_metric ├── __init__.py └── fvd.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ragor114/PyTorch-Frechet-Video-Distance/HEAD/README.md -------------------------------------------------------------------------------- /fvd_metric/__init__.py: -------------------------------------------------------------------------------- 1 | from .fvd import compute_fvd -------------------------------------------------------------------------------- /fvd_metric/fvd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ragor114/PyTorch-Frechet-Video-Distance/HEAD/fvd_metric/fvd.py --------------------------------------------------------------------------------