mysora/tools/scoring/motion
hailin 410c20d4fa feat: init my-sora — merge Open-Sora v2.0 (11B) + v1.3 data pipeline tools 2026-03-05 22:53:15 -08:00
..
README.md feat: init my-sora — merge Open-Sora v2.0 (11B) + v1.3 data pipeline tools 2026-03-05 22:53:15 -08:00
motion.py feat: init my-sora — merge Open-Sora v2.0 (11B) + v1.3 data pipeline tools 2026-03-05 22:53:15 -08:00

README.md

Installation

Please install the VMAF and FFMPEG package to base environment.

VMAF

For calculating motion score, vmaf score, we use VMAF with FFMPEG, please follow the installation guides VMAF and here and install the required FFMPEG software with VMAF support. Not that you need to export the path to VMAF before installing FFMPEG.

export LD_LIBRARY_PATH=/usr/local/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH

# change to the directory on your machine that contains libvmaf.so.3