Spaces:
Sleeping
Sleeping
File size: 221 Bytes
f4634b9 |
1 2 3 4 5 6 7 |
# build dataset according to given 'dataset_file'
def build_dataset(args):
if args.dataset_file == 'SHHA':
from crowd_datasets.SHHA.loading_data import loading_data
return loading_data
return None |