Beginner's Tutorials
This series of beginner-friendly tutorials will guide you through using the AIGVE Toolkit to evaluate AI-generated videos in a modular, reproducible, and efficient manner.
You'll learn how to:
-
Understand and work with Configuration Files
-
Prepare your own datasets in AIGVE format
-
Customize dataloaders for your own datasets
-
Implement or modify modular evaluation metrics
-
Run evaluations from both predefined and custom pipelines
Whether you're using AIGVE out-of-the-box or tailoring it for your own research, these tutorials will help you get started with confidence.
We assume you have correctly installed the latest aigve
and its dependency packages already.
If you haven't installed them yet, please refer to the installation page for the guidance.
This tutorial is prepared based on the
AIGVE-Tool paper.
We also recommend reading that paper first for detailed technical information about aigve
toolkit.
Tutorial Organization
Tutorial ID | Tutorial Title | Released Date |
---|---|---|
Tutorial 0 | Quickstart Tutorial | March 29, 2025 |
Tutorial 1 | Configuration Files | March 25, 2025 |
Tutorial 2 | Dataset Preparation | March 26, 2025 |
Tutorial 3 | Customizable Dataloaders | March 27, 2025 |
Tutorial 4 | Modular Metrics | March 29, 2025 |
Tutorial 5 | Running AIGV Evaluations | March 29, 2025 |