summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2021-01-12 11:46:18 +0800
committerJordan Gong <jordan.gong@protonmail.com>2021-01-12 11:46:18 +0800
commitd7471a613fe1c8c4d3826648de705a65403ed6c2 (patch)
tree692a8b54d6cc01aa82a0d906d5d89c3b7ba6a736 /utils
parentdb7edf86af56aa76eaaa2b30f3b6568e401c7ecd (diff)
parentbbc2d84e59749e6fa1d87ffcc738419ff19a447e (diff)
Merge branch 'python3.8' into python3.7
# Conflicts: # models/model.py
Diffstat (limited to 'utils')
-rw-r--r--utils/dataset.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/dataset.py b/utils/dataset.py
index e691157..ea678fb 100644
--- a/utils/dataset.py
+++ b/utils/dataset.py
@@ -75,7 +75,7 @@ class CASIAB(data.Dataset):
self.views: np.ndarray[np.str_]
# Labels, classes, conditions and views in dataset,
# set of three attributes above
- self.metadata = Dict[str, List[np.int64, str]]
+ self.metadata: Dict[str, List[np.int64, str]]
# Dictionaries for indexing frames and frame names by clip name
# and chip path when cache is on