summaryrefslogtreecommitdiff
path: root/utils/dataset.py
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2021-01-12 11:45:07 +0800
committerJordan Gong <jordan.gong@protonmail.com>2021-01-12 11:45:07 +0800
commitbbc2d84e59749e6fa1d87ffcc738419ff19a447e (patch)
tree464ed1fa6b7be41b9163120d18bc53b33a0eac75 /utils/dataset.py
parent966d4431c037b0c4641aa2a5fc22f05be064b331 (diff)
parent9bd6908ed77410e2efa439d26ebd1f9b60519f53 (diff)
Merge branch 'master' into python3.8
# Conflicts: # models/model.py # utils/dataset.py
Diffstat (limited to 'utils/dataset.py')
-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