Closed yptang5488 closed 1 year ago
I'm not sure why gdown fail, but the error says to big and its indeed very big; since it doesn't work, you can instead download it manually by following the link on your browser, its 13Gb.
https://drive.google.com/u/0/uc?id=1-R_srAOy5ZcylGXVernqE4WLCe6N4_wq&export=download
Hi, I use
gdown --fuzzy https://drive.google.com/file/d/1d2UfHV6RhSrwdDAlCFY3GymtFPpmh_8X/view?usp=sharing
to download KTH64 dataset. When I run the codedataset, test_dataset = get_dataset(DATA_PATH, config, video_frames_pred=config.data.num_frames)
I got an KeyError.I found that the file persons.pkl is empty (5 bytes and only
{}
). I would like to confirm with you about the dataset if it is all right. Thanks!