Skip to content

geometryflow/geometryflow.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Pair Rating Tool

Run a Gradio interface for collecting human preferences between paired videos.

python3 -m pip install -r requirements.txt
python3 app.py

By default, the app compares matching filenames in:

  • assets/videos/wan_vs_ours_new/wan
  • assets/videos/wan_vs_ours_new/ours

Each user session shuffles the pair order and randomly swaps which model appears on the left. Ratings are appended to ratings.csv with the true left/right mapping.

Useful options:

python3 app.py --output results/ratings.csv
python3 app.py --baseline-dir path/to/baseline --ours-dir path/to/ours
python3 app.py --show-model-names
python3 app.py --server-port 7960
python3 app.py --share

To select videos by the order they appear on index.html, use --include-indices. Ranges and comma-separated values are supported:

python3 app.py --include-indices "1-6,11,14,16,17,19,22,24-27"

This automatically reads pairs from index.html in website order.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors