We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ucf101_train_files_frameX.txt
frameX.txt
Should I replace CyclicGen_train_stage1's ucf101_train_files_frameX.txt to frameX.txt generated by following steps ?
# 1. download UCF101 and rename: wget https://www.crcv.ucf.edu/data/UCF101/UCF101.rar && unrar x UCF101.rar && mv UCF-101 UCF101 # 2. download and prepare train/test list: mkdir ucfTrainTestlist && mv ucf101_train_test_split/*.txt ucfTrainTestlist # 3. split UCF101 to tran/test: python3 1_move_file.py # 4. split .avi to .png: brew install parallel parallel -j 12 ./extract_only.sh ::: $( find ./ -name *.avi ) # 5. generate frame1.txt frame2.txt frame3.txt python3 2_filter_psnr.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should I replace CyclicGen_train_stage1's
ucf101_train_files_frameX.txt
toframeX.txt
generated by following steps ?The text was updated successfully, but these errors were encountered: