ckkelvinchan / BasicVSR_PlusPlus

Official repository of "BasicVSR++: Improving Video Super-Resolution with Enhanced Propagation and Alignment"
Apache License 2.0
568 stars 63 forks source link

How to use arguments? #29

Open noobtoob4lyfe opened 1 year ago

noobtoob4lyfe commented 1 year ago

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