Fang Yunhao
commited on
Commit
·
73121ca
1
Parent(s):
5561cce
Update.
Browse files- evaluation.py +1 -1
evaluation.py
CHANGED
@@ -60,7 +60,7 @@ class EvaluationConfig:
|
|
60 |
|
61 |
|
62 |
class WorldModelEvaluator:
|
63 |
-
"""Evaluates world model benchmark videos using
|
64 |
|
65 |
def __init__(self, judge_path: str, video_dir: str, config: EvaluationConfig):
|
66 |
self.judge = self._load_judge(judge_path)
|
|
|
60 |
|
61 |
|
62 |
class WorldModelEvaluator:
|
63 |
+
"""Evaluates world model benchmark videos using judge model."""
|
64 |
|
65 |
def __init__(self, judge_path: str, video_dir: str, config: EvaluationConfig):
|
66 |
self.judge = self._load_judge(judge_path)
|