Skip to content
Snippets Groups Projects
Commit fd47618d authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[datasets] removed unnecessary stuff in Multi-PIE Dataset class

parent 0fa39946
Branches
Tags
No related merge requests found
......@@ -81,9 +81,6 @@ class MultiPIEDataset(Dataset):
else:
c_set = db.clients()
ids = [client.id for client in c_set]
ids = sorted(ids, key=int)
# filename and pose label are dependent on the camera
for camera in sorted(db.camera_names()):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment