Visual Chronometer
Integrated
Visual Chronometer — metrics, requirements, and run commands.
On this page
About
Visual Chronometer external benchmark task manifest for in-tree PhyFPS prediction.
WorldFoundry evaluation path: Runs the in-tree official metric runtime on caller-supplied generated artifacts using local checkpoints and evaluators. Candidate outputs are read from the generated-artifact directory.
Integration status
| Item | Current state |
|---|---|
| Catalog integration | integrated |
| Runner verification | official_runtime_ready |
| Leaderboard | not yet eligible for leaderboard claims |
Metrics
Task YAML
worldfoundry/data/benchmarks/tasks/external/visual-chronometer.yaml
Primary
visual_chronometer_average
| Metric | Focus |
|---|---|
mean_phyfps | Mean average PhyFPS across evaluated videos. |
inter_video_cv | Cross-video coefficient of variation over average PhyFPS. |
intra_video_cv | Mean within-video coefficient of variation over sliding-window clips. |
visual_chronometer_average | Mean over Visual Chronometer temporal-consistency score families for time-perception probes (lower is better). |
Environment setup
Runtime environment
- Conda env:
worldfoundry-unified-cu128. - Separate setup: defaults to the unified WorldFoundry env (
needs_new_env: false); a benchmark-only conda env is usually not required. - WorldFoundry runs Visual Chronometer PhyFPS prediction in-process and normalizes results.csv into the Visual Chronometer metric surface.
- Use WORLDFOUNDRY_VISUAL_CHRONOMETER_PREDICT_BACKEND to select the local prediction backend.
Evaluation data
- Candidate model outputs: set
WORLDFOUNDRY_GENERATED_ARTIFACT_DIRto the generated-video or rollout artifact root. worldfoundry/evaluation/tasks/execution/runners/phyfps_bench_gen/runtime/visual_chronometerworldfoundry/data/benchmarks/tasks/external/visual-chronometer.yaml
Checkpoints & assets
- Base-model / metric dependencies:
visual_chronometer_fps_predictor. - Default metric-checkpoint paths and override env vars are listed in the local assets guide.
Key environment variables
WORLDFOUNDRY_GENERATED_ARTIFACT_DIRWORLDFOUNDRY_VISUAL_CHRONOMETER_ROOTWORLDFOUNDRY_VISUAL_CHRONOMETER_PREDICT_BACKENDWORLDFOUNDRY_VISUAL_CHRONOMETER_RESULTS_PATHWORLDFOUNDRY_VISUAL_CHRONOMETER_STRICT
Verify setup
PYTHONPATH=. ${WORLDFOUNDRY_UNIFIED_PYTHON:-python} -m worldfoundry.evaluation.tasks.execution.orchestration.runtime_preflight --profile visual-chronometer --manifest worldfoundry/data/benchmarks/runtime_profiles/official/visual-chronometer.yaml --output-dir tmp/worldfoundry_preflight/visual-chronometer --jsonRun Evaluation
After preparing the assets and candidate artifacts listed on this page, use the public run entry points below.
Set Candidate Artifacts
export WORLDFOUNDRY_GENERATED_ARTIFACT_DIR=/path/to/generated/artifactsImport Official Results
worldfoundry-eval zoo benchmark-run \
--benchmark-id visual-chronometer \
--mode normalizer \
--official-results-path /path/to/official/results-or-report \
--generated-artifact-dir "${WORLDFOUNDRY_GENERATED_ARTIFACT_DIR}" \
--output-dir tmp/visual-chronometer/normalizer \
--jsonScore Generated Artifacts
worldfoundry-eval zoo benchmark-run \
--benchmark-id visual-chronometer \
--mode official-run \
--generated-artifact-dir "${WORLDFOUNDRY_GENERATED_ARTIFACT_DIR}" \
--output-dir tmp/visual-chronometer/official-run \
--jsonDirect In-Tree Runner
PYTHONPATH=. "${WORLDFOUNDRY_UNIFIED_PYTHON:-python}" worldfoundry/evaluation/tasks/execution/runners/phyfps_bench_gen/run_visual_chronometer_official_runner.py --run-official --generated-artifact-dir "${WORLDFOUNDRY_GENERATED_ARTIFACT_DIR}" --output-dir "${WORLDFOUNDRY_BENCHMARK_OUTPUT_DIR}" --jsonRequirements
Inputs
- WORLDFOUNDRY_GENERATED_ARTIFACT_DIR
- Visual Chronometer checkpoint assets for full official prediction
Environment
WORLDFOUNDRY_GENERATED_ARTIFACT_DIR
Outputs
scorecard.jsonbenchmark_contract.jsonraw_metric_table.jsonlresults.csvper_sample_scores.jsonl