Skip to content
Snippets Groups Projects

updated .gitlab-ci.yml with latest one

Merged Guillaume HEUSCH requested to merge update-CI into master
3 files
+ 9
9
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -23,9 +23,9 @@ class CasiaWebFaceDataset(Dataset):
The path to the data
transform : `torchvision.transforms`
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
id_labels : list of int
id_labels : list of :obj:`int`
The list of identities, for each data file
"""
@@ -108,11 +108,11 @@ class CasiaDataset(Dataset):
The path to the data
transform : `torchvision.transforms`
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
id_labels : list of int
id_labels : list of :obj:`int`
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
"""
Loading