tecoGAN_app icon indicating copy to clipboard operation
tecoGAN_app copied to clipboard

Not saving output for image

Open SidV256 opened this issue 3 years ago • 6 comments

It's running perfectly for videos (.mp4) but not saving output for images, kindly help

SidV256 avatar Mar 01 '21 21:03 SidV256

Please check if it is output to "dist\main\tecoGAN\results"?

Sanaxen avatar Apr 05 '21 15:04 Sanaxen

can not convert image to video, i have the same problem

kyiree avatar Apr 20 '21 09:04 kyiree

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

stijncalis avatar Apr 21 '21 20:04 stijncalis

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?

Sanaxen avatar May 01 '21 01:05 Sanaxen

Hi,

thanks for your reply. I am using a GTX1080. Perhaps the card is too old? Or I’ll try it first on 4K?

stijncalis avatar May 01 '21 06:05 stijncalis

I think it's a good idea to reduce the frame size of the video.

Sanaxen avatar May 02 '21 09:05 Sanaxen