Skip to content
Snippets Groups Projects

updated .gitlab-ci.yml with latest one

Merged Guillaume HEUSCH requested to merge update-CI into master

Files

@@ -23,9 +23,9 @@ class CasiaWebFaceDataset(Dataset):
@@ -23,9 +23,9 @@ class CasiaWebFaceDataset(Dataset):
The path to the data
The path to the data
transform : `torchvision.transforms`
transform : `torchvision.transforms`
The transform(s) to apply to the face images
The transform(s) to apply to the face images
data_files : list of str
data_files : list of :obj:`str`
The list of data files
The list of data files
id_labels : list of int
id_labels : list of :obj:`int`
The list of identities, for each data file
The list of identities, for each data file
"""
"""
@@ -108,11 +108,11 @@ class CasiaDataset(Dataset):
@@ -108,11 +108,11 @@ class CasiaDataset(Dataset):
The path to the data
The path to the data
transform : `torchvision.transforms`
transform : `torchvision.transforms`
The transform(s) to apply to the face images
The transform(s) to apply to the face images
data_files: list of str
data_files: list of :obj:`str`
The list of data files
The list of data files
id_labels : list of int
id_labels : list of :obj:`int`
The list of identities, for each data file
The list of identities, for each data file
pose_labels : list of int
pose_labels : list of :obj:`int`
The list containing the pose labels
The list containing the pose labels
"""
"""
Loading