Sanaxen / tecoGAN_app

tecoGAN Windows application ( EXE )
MIT License
120 stars 19 forks source link

Set up #16

Open Racelgard opened 2 years ago

Racelgard commented 2 years ago

So, how does this works? simple mortals cant expect to use this tool?. Do I need to be a programer to know what do i need to do?. Is this even a program? how do you run it.?

mirh commented 2 years ago

Putting aside https://github.com/Sanaxen/tecoGAN_app/issues/1 You just have to run pip install -r https://raw.githubusercontent.com/Sanaxen/tecoGAN_app/master/requirements.txt and you are good in theory.

Though I'm always getting out of memory errors with tensorflow-gpu personally https://github.com/thunil/TecoGAN/issues/102 So maybe just try the vanilla version EDIT: or this

LongEcho commented 1 year ago

That's how I use the App:

  1. Download the build
  2. Extract the .7z file with 7zip or any other program
  3. Open 'super_resolution_Application.exe'
  4. Press 'read' and select the video you want to upscale
  5. Press 'decomp', select the video again, to make images out of the video
  6. Change the 'resize' value to change how much it should upscale (Default '1' is the best)
  7. Press 'super resolution' and wait (Progressbar in App)
  8. Press 'ok' in the 'finished' window that poped up
  9. In the source directory (where the .exe is) is now a video called 'tecoGAN.mp4' - thats the final result

Hope this helped...