tecoGAN_app
tecoGAN_app copied to clipboard
Not saving output for image
It's running perfectly for videos (.mp4) but not saving output for images, kindly help
Please check if it is output to "dist\main\tecoGAN\results"?
can not convert image to video, i have the same problem
Same issue here. Not showing up in dist\main\tecoGAN\results as well. Trying to run from a video (Prores made with the one frame) or from a folder also gives errors: last code it runs is": Frame evaluation starts!! File "D:\library\software\windows\tecogan\dist\main\env\lib\site-packages\tensorflow_core\python\framework\ops.py", line 1748, in init self._traceback = tf_stack.extract_stack()
Added the logs in here: logs.txt
Looking at log.txt, it seems that the GPU is out of memory.
The size of the frame image of the video is input shape: [1, 1080, 1998, 3]. The output is output shape: [1, 4320, 7992, 3] It has become.
Is the memory size of the GPU sufficient?
Hi,
thanks for your reply. I am using a GTX1080. Perhaps the card is too old? Or I’ll try it first on 4K?
I think it's a good idea to reduce the frame size of the video.