exorcist123's picture
add crowd counting demo
f4634b9
raw
history blame
221 Bytes
# 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