Update README.md
Browse files
README.md
CHANGED
@@ -82,6 +82,7 @@ cd MantisScore/examples
|
|
82 |
import av
|
83 |
import numpy as np
|
84 |
from typing import List
|
|
|
85 |
import torch
|
86 |
from transformers import AutoProcessor
|
87 |
from models.idefics2 import Idefics2ForSequenceClassification
|
@@ -173,7 +174,7 @@ print(aspect_scores)
|
|
173 |
"""
|
174 |
# model output on visual quality, temporal consistency, dynamic degree,
|
175 |
# text-to-video alignment, factual consistency, respectively
|
176 |
-
[2.
|
177 |
"""
|
178 |
|
179 |
```
|
|
|
82 |
import av
|
83 |
import numpy as np
|
84 |
from typing import List
|
85 |
+
from PIL import Image
|
86 |
import torch
|
87 |
from transformers import AutoProcessor
|
88 |
from models.idefics2 import Idefics2ForSequenceClassification
|
|
|
174 |
"""
|
175 |
# model output on visual quality, temporal consistency, dynamic degree,
|
176 |
# text-to-video alignment, factual consistency, respectively
|
177 |
+
[2.438, 2.641, 2.484, 2.453, 2.578]
|
178 |
"""
|
179 |
|
180 |
```
|