joeyballentine / Video-Inference

Easy inference for video networks. Currently supports SOFVSR (traiNNer Version), RIFE, and TecoGAN-pytorch
55 stars 1 forks source link

Name of file in output folder #3

Open tqdungctuct opened 3 years ago

tqdungctuct commented 3 years ago

Hi JoeyBallentine, thank you for create Video-Inference. I'm using it to upscale with SOF-VSR. I want to change default output file after upscale same as input file. Can you guide me how to do that? Thank you very much

joeyballentine commented 3 years ago

Hello, sorry for the late response. Do you mean you'd like to have the output directory be the same as the input directory? If so, you'd be able to do that by setting the input and output flags to be the same folder. If you mean making it not rename the files to be the numbers, there is currently no way to do that. I could attempt to make it possible to turn that off (assuming it doesn't break anything)