liuziwei7 / voxel-flow

Video Frame Synthesis using Deep Voxel Flow (ICCV 2017 Oral)
https://liuziwei7.github.io/projects/VoxelFlow
215 stars 50 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '/home/VoxelFlow/dataset/ucf101_triplets/137560/frame_1.png' #11

Open samo313 opened 5 years ago

samo313 commented 5 years ago

hello all I was trying to train code the following error occurred: FileNotFoundError: [Errno 2] No such file or directory: '/home/VoxelFlow/dataset/ucf101_triplets/137560/frame_1.png'

where is the dataset to download? should it be a triple data form? any help would be appreciated.

infrontofme commented 5 years ago

please read the README carefully, you can find the dataset link in Data Preparation

fmbao commented 4 years ago

I have same problem

csmodel commented 2 years ago

I have the same problem: No such file: '/home/VoxelFlow/dataset/ucf101_triplets/137560/frame_1.png' Different from other datasets, there is a description for the training dataset as follows. Training Data: extract frame triplets from UCF101 with obvious motion.

I downloaded all dataset files in Data Preparation. However, I could not find 'frame_1.png' in any folders. Could anybody help me to handle this issue? How to generate the training data set by extracting frame triplets from UCF101 with obvious motion?