Spaces:
Runtime error
Runtime error
Update constants.py
Browse files- constants.py +2 -1
constants.py
CHANGED
|
@@ -13,8 +13,8 @@ TASK_INFO = [
|
|
| 13 |
"temporal flickering",
|
| 14 |
"motion smoothness",
|
| 15 |
"aesthetic quality",
|
| 16 |
-
"imaging quality",
|
| 17 |
"dynamic degree",
|
|
|
|
| 18 |
"object class",
|
| 19 |
"multiple objects",
|
| 20 |
"human action",
|
|
@@ -31,6 +31,7 @@ DEFAULT_INFO = [
|
|
| 31 |
"temporal flickering",
|
| 32 |
"motion smoothness",
|
| 33 |
"aesthetic quality",
|
|
|
|
| 34 |
"imaging quality",
|
| 35 |
]
|
| 36 |
|
|
|
|
| 13 |
"temporal flickering",
|
| 14 |
"motion smoothness",
|
| 15 |
"aesthetic quality",
|
|
|
|
| 16 |
"dynamic degree",
|
| 17 |
+
"imaging quality",
|
| 18 |
"object class",
|
| 19 |
"multiple objects",
|
| 20 |
"human action",
|
|
|
|
| 31 |
"temporal flickering",
|
| 32 |
"motion smoothness",
|
| 33 |
"aesthetic quality",
|
| 34 |
+
"dynamic degree",
|
| 35 |
"imaging quality",
|
| 36 |
]
|
| 37 |
|