withopen(pkg_resources.resource_filename('bob.db.youtube','protocol/Youtube_names.txt'))asnames:# the video_names field -- exported to text file
labels=bob.io.base.load(pkg_resources.resource_filename('bob.db.youtube','protocol/Youtube_labels.mat'))# the video_labels field -- exported to a single Matlab file
labels=bob.io.base.load(pkg_resources.resource_filename('bob.db.youtube','protocol/Youtube_labels.mat.hdf5'))# the video_labels field -- exported to a single Matlab file
splits=bob.io.base.load(pkg_resources.resource_filename('bob.db.youtube','protocol/Youtube_splits.mat'))# the Splits field -- exported to a single Matlab file
splits=bob.io.base.load(pkg_resources.resource_filename('bob.db.youtube','protocol/Youtube_splits.mat.hdf5'))# the Splits field -- exported to a single Matlab file