Open ValkyriaLenneth opened 4 months ago
The torchvision version should be shown in the install seciont of the README.md. For the curation bug, please provide more information like how you mangage the input folder and what kinds of variables you change in the _preparedatasets.sh. Thanks!
The torchvision version should be shown in the install seciont of the README.md. For the curation bug, please provide more information like how you mangage the input folder and what kinds of variables you change in the _preparedatasets.sh. Thanks!
Really appreciate for your reply and sorry for my negligence for not reading the installation section of README but only install requirement.txt.
About the folder tree:
APISR | |-data # the folder I created for all data | | -videos # the original animate videos | | -processed # the folder of processed I-Frame images | | -APISR_720p_4xcrop # the folder created by script?
the configuration I overwrote:
# Set up the PATH TO THE SOURCE
input_source= "./data/processed/"
# The following three paths will be used widely in opt.py setting!!!
uncropped_hr=data/APISR_720p_4xcrop
degrade_hr_dataset_path=data/train_hr
train_hr_dataset_path=data/train_hr_enhanced
Best regard and thank you again
Sorry for the late reply. I still don't have too much ideas why this bug. I have tried similar naming but it works on my site. I would recommend change the input_source to be another folder that is not "data". And then, make sure that all files in input_source directory is video with "mp4"-style media format. Thanks!
Dear author:
Please tell me the correct way to set prepare_dataset.sh.
Here I set
data/processed
which contains the I-frames from the previous step. However, I got:Moreover, could you tell me the torch vision version you used? since the following message shows it has version conflict.
and