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
I'm getting this error when I try your example command. Any idea how to fix this?
(VSR) C:\Users\importon\Documents\BasicVSR_PlusPlus-master>python demo/restoration_video_demo.py configs/basicvsr_plusplus_reds4.py chkpts/basicvsr_plusplus_c64n7_8x1_600k_reds4_20210217-db622b2f.pth data/demo_000 results/demo_000 File "demo/restoration_video_demo.py", line 80 save_path_i = f'{args.output_dir}/{args.filename_tmpl.format(i)}' ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm getting this error when I try your example command. Any idea how to fix this?
(VSR) C:\Users\importon\Documents\BasicVSR_PlusPlus-master>python demo/restoration_video_demo.py configs/basicvsr_plusplus_reds4.py chkpts/basicvsr_plusplus_c64n7_8x1_600k_reds4_20210217-db622b2f.pth data/demo_000 results/demo_000
File "demo/restoration_video_demo.py", line 80
save_path_i = f'{args.output_dir}/{args.filename_tmpl.format(i)}'
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: