summaryrefslogtreecommitdiff
path: root/utils/dataset.py
diff options
context:
space:
mode:
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