Skip to content

NVIDIA/cosmos-evaluator

Repository files navigation

Cosmos Evaluator

Cosmos Evaluator is an automated evaluation system for synthetic video output generated by Cosmos. It validates quality across multiple dimensions — object correspondence, environment conditions, and more — producing structured quality scores you can use to assess and improve your video generation pipeline.

This document will show you how to get started with running the different checker containers.

What's Included

This release includes three evaluation checks and the service framework to run them:

Check What It Does
Hallucination Check This checker looks for hallucinated movement in an augmented video. It compares movement masks between original and augmented videos, and detects new hallucinated moving objects, or removed moving objects in the augmented video.
Objects Check Evaluates object detection correspondence between world model ground truth and generated video. Scores how well objects (vehicles, pedestrians, infrastructure) in the generated video match their expected positions.
Attribute Verification Check Uses a Vision-Language Model to verify that the augmented video contains certain attributes using a LLM question-and-answer based approach.

All checks are available as REST API microservices using the included service framework. They can also be used programmatically via their Python APIs. Advanced users can build custom checks on top of the framework.

Beyond running checkers individually, the release also includes an orchestration layer: an Arbitrator service that coordinates multiple checkers per request, a Database REST API for durable result recording, and a PostgreSQL container for storage. See the Orchestration Layer guide for details.

Architecture Diagram

Cosmos Evaluator Architecture Diagram

Getting Started

To get started with the Cosmos Evaluator, and for more information about what is offered, please visit the documentation in the Getting Started Guide.

Other documentation for this repository may be found under the docs/ directory.

License and Contributions

The Cosmos Evaluator is licensed under the Apache 2.0 license. This project is currently not accepting contributions.

About

Cosmos Evaluator is an automated evaluation & grading system for synthetic video output generated by Cosmos models

Resources

License

Stars

36 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors