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
datasets: train: name: Vimeo90K type: Vimeo90KDataset dataroot_gt: /cluster/work/cvl/videosr/vimeo90k/vimeo90k_train_GT_all.lmdb dataroot_lq: /cluster/work/cvl/videosr/vimeo90k/vimeo90k_train_LR7frames.lmdb dataroot_flow: ~ meta_info_file: basicsr/data/meta_info/meta_info_Vimeo90K_train_GT.txt
val: name: Vimeo90K-Test type: VideoTestVimeo90KDataset dataroot_gt: ./vimeo_septuplet/sequences dataroot_lq: ./vimeo_septuplet_matlabLRx4/sequences meta_info_file: basicsr/data/meta_info/meta_info_Vimeo90K_test_GT.txt
配置文件中这些meta_info_file 的含义是什么
The text was updated successfully, but these errors were encountered:
No branches or pull requests
datasets:
train:
name: Vimeo90K
type: Vimeo90KDataset
dataroot_gt: /cluster/work/cvl/videosr/vimeo90k/vimeo90k_train_GT_all.lmdb
dataroot_lq: /cluster/work/cvl/videosr/vimeo90k/vimeo90k_train_LR7frames.lmdb
dataroot_flow: ~
meta_info_file: basicsr/data/meta_info/meta_info_Vimeo90K_train_GT.txt
val:
name: Vimeo90K-Test
type: VideoTestVimeo90KDataset
dataroot_gt: ./vimeo_septuplet/sequences
dataroot_lq: ./vimeo_septuplet_matlabLRx4/sequences
meta_info_file: basicsr/data/meta_info/meta_info_Vimeo90K_test_GT.txt
配置文件中这些meta_info_file 的含义是什么
The text was updated successfully, but these errors were encountered: