Giter Site home page Giter Site logo

tecogan_app's Introduction

Hi there ๐Ÿ‘‹

Sanaxen's GitHub stats

tecogan_app's People

Contributors

sanaxen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tecogan_app's Issues

can we get more options

like to switch from gpu to cpu compute
or how many times it will upscale
maybe a warning if it will use more vram then you have instead of just crash

tecoGAN.bat

Traceback (most recent call last):
File "main.py", line 194, in
input_shape = [1,] + list(inference_data.inputs[0].shape)
IndexError: list index out of range

i follow the author step by step, but i get this error, can someone help me please?

Crash if super resolution fails

Or at least, that's my educate guess.
Due to OOM reasons, super-resolution is crashing for me before it can start making the first result frames, and when I click OK on "All processing is finished" I'm getting this.

Application: super_resolution_Application.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
   in System.IO.__Error.WinIOError(Int32, System.String)
   in System.IO.File.InternalCopy(System.String, System.String, Boolean, Boolean)
   in System.IO.File.Copy(System.String, System.String, Boolean)
   in super_resolution_Application.Form1.tecoGAN_Exited(System.Object, System.EventArgs)
   in System.Diagnostics.Process.OnExited()
   in System.Diagnostics.Process.RaiseOnExited()
   in System.Diagnostics.Process.CompletionCallback(System.Object, Boolean)
   in System.Threading._ThreadPoolWaitOrTimerCallback.WaitOrTimerCallback_Context(System.Object, Boolean)
   in System.Threading._ThreadPoolWaitOrTimerCallback.WaitOrTimerCallback_Context_f(System.Object)
   in System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   in System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   in System.Threading._ThreadPoolWaitOrTimerCallback.PerformWaitOrTimerCallback(System.Object, Boolean)

Any idea why i got this error when installing the requirements

I changed tensorflow-gpu==1.15.4 to tensorflow-gpu in the requirements.txt and now I got this error


>     ERROR: Command errored out with exit status 1:
>      command: 'c:\users\maelg\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\maelg\\AppData\\Local\\Temp\\pip-install-fjsv57j8\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\maelg\\AppData\\Local\\Temp\\pip-install-fjsv57j8\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\maelg\AppData\Local\Temp\pip-record-kadzn441\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\maelg\appdata\local\programs\python\python38\Include\numpy'
>          cwd: C:\Users\maelg\AppData\Local\Temp\pip-install-fjsv57j8\numpy\
>     Complete output (273 lines):
>     Running from numpy source directory.
> 
>     Note: if you need reliable uninstall behavior, then install
>     with pip instead of using `setup.py install`:
> 
>       - `pip install .`       (from a git repo or downloaded source
>                                release)
>       - `pip install numpy`   (last NumPy release on PyPi)
> 
> 
>     C:\Users\maelg\AppData\Local\Temp\pip-install-fjsv57j8\numpy\numpy\distutils\misc_util.py:476: SyntaxWarning: "is" with a literal. Did you mean "=="?
>       return is_string(s) and ('*' in s or '?' is s)
>     blas_opt_info:
>     blas_mkl_info:
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries mkl_rt not found in ['c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\libs']
>       NOT AVAILABLE
> 
>     blis_info:
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries blis not found in ['c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\libs']
>       NOT AVAILABLE
> 
>     openblas_info:
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries openblas not found in ['c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\libs']
>     get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
>     customize GnuFCompiler
>     Could not locate executable g77
>     Could not locate executable f77
>     customize IntelVisualFCompiler
>     Could not locate executable ifort
>     Could not locate executable ifl
>     customize AbsoftFCompiler
>     Could not locate executable f90
>     customize CompaqVisualFCompiler
>     Could not locate executable DF
>     customize IntelItaniumVisualFCompiler
>     Could not locate executable efl
>     customize Gnu95FCompiler
>     Could not locate executable gfortran
>     Could not locate executable f95
>     customize G95FCompiler
>     Could not locate executable g95
>     customize IntelEM64VisualFCompiler
>     customize IntelEM64TFCompiler
>     Could not locate executable efort
>     Could not locate executable efc
>     customize PGroupFlangCompiler
>     Could not locate executable flang
>     don't know how to compile Fortran code on platform 'nt'
>       NOT AVAILABLE
> 
>     atlas_3_10_blas_threads_info:
>     Setting PTATLAS=ATLAS
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries tatlas not found in ['c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\libs']
>       NOT AVAILABLE
> 
>     atlas_3_10_blas_info:
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries satlas not found in ['c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\libs']
>       NOT AVAILABLE
> 
>     atlas_blas_threads_info:
>     Setting PTATLAS=ATLAS
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries ptf77blas,ptcblas,atlas not found in ['c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\libs']
>       NOT AVAILABLE
> 
>     atlas_blas_info:
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries f77blas,cblas,atlas not found in ['c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\libs']
>       NOT AVAILABLE
> 
>     accelerate_info:
>       NOT AVAILABLE
> 
>     C:\Users\maelg\AppData\Local\Temp\pip-install-fjsv57j8\numpy\numpy\distutils\system_info.py:625: UserWarning:
>         Atlas (http://math-atlas.sourceforge.net/) libraries not found.
>         Directories to search for the libraries can be specified in the
>         numpy/distutils/site.cfg file (section [atlas]) or by setting
>         the ATLAS environment variable.
>       self.calc_info()
>     blas_info:
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries blas not found in ['c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\libs']
>       NOT AVAILABLE
> 
>     C:\Users\maelg\AppData\Local\Temp\pip-install-fjsv57j8\numpy\numpy\distutils\system_info.py:625: UserWarning:
>         Blas (http://www.netlib.org/blas/) libraries not found.
>         Directories to search for the libraries can be specified in the
>         numpy/distutils/site.cfg file (section [blas]) or by setting
>         the BLAS environment variable.
>       self.calc_info()
>     blas_src_info:
>       NOT AVAILABLE
> 
>     C:\Users\maelg\AppData\Local\Temp\pip-install-fjsv57j8\numpy\numpy\distutils\system_info.py:625: UserWarning:
>         Blas (http://www.netlib.org/blas/) sources not found.
>         Directories to search for the sources can be specified in the
>         numpy/distutils/site.cfg file (section [blas_src]) or by setting
>         the BLAS_SRC environment variable.
>       self.calc_info()
>       NOT AVAILABLE
> 
>     "svnversion" no se reconoce como un comando interno o externo,
>     programa o archivo por lotes ejecutable.
>     non-existing path in 'numpy\\distutils': 'site.cfg'
>     lapack_opt_info:
>     lapack_mkl_info:
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries mkl_rt not found in ['c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\libs']
>       NOT AVAILABLE
> 
>     openblas_lapack_info:
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries openblas not found in ['c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\libs']
>       NOT AVAILABLE
> 
>     openblas_clapack_info:
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries openblas,lapack not found in ['c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\libs']
>       NOT AVAILABLE
> 
>     atlas_3_10_threads_info:
>     Setting PTATLAS=ATLAS
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries lapack_atlas not found in c:\users\maelg\appdata\local\programs\python\python38\lib
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries tatlas,tatlas not found in c:\users\maelg\appdata\local\programs\python\python38\lib
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries lapack_atlas not found in C:\
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries tatlas,tatlas not found in C:\
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries lapack_atlas not found in c:\users\maelg\appdata\local\programs\python\python38\libs
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries tatlas,tatlas not found in c:\users\maelg\appdata\local\programs\python\python38\libs
>     <class 'numpy.distutils.system_info.atlas_3_10_threads_info'>
>       NOT AVAILABLE
> 
>     atlas_3_10_info:
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries lapack_atlas not found in c:\users\maelg\appdata\local\programs\python\python38\lib
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries satlas,satlas not found in c:\users\maelg\appdata\local\programs\python\python38\lib
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries lapack_atlas not found in C:\
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries satlas,satlas not found in C:\
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries lapack_atlas not found in c:\users\maelg\appdata\local\programs\python\python38\libs
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries satlas,satlas not found in c:\users\maelg\appdata\local\programs\python\python38\libs
>     <class 'numpy.distutils.system_info.atlas_3_10_info'>
>       NOT AVAILABLE
> 
>     atlas_threads_info:
>     Setting PTATLAS=ATLAS
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries lapack_atlas not found in c:\users\maelg\appdata\local\programs\python\python38\lib
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries ptf77blas,ptcblas,atlas not found in c:\users\maelg\appdata\local\programs\python\python38\lib
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries lapack_atlas not found in C:\
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries ptf77blas,ptcblas,atlas not found in C:\
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries lapack_atlas not found in c:\users\maelg\appdata\local\programs\python\python38\libs
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries ptf77blas,ptcblas,atlas not found in c:\users\maelg\appdata\local\programs\python\python38\libs
>     <class 'numpy.distutils.system_info.atlas_threads_info'>
>       NOT AVAILABLE
> 
>     atlas_info:
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries lapack_atlas not found in c:\users\maelg\appdata\local\programs\python\python38\lib
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries f77blas,cblas,atlas not found in c:\users\maelg\appdata\local\programs\python\python38\lib
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries lapack_atlas not found in C:\
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries f77blas,cblas,atlas not found in C:\
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries lapack_atlas not found in c:\users\maelg\appdata\local\programs\python\python38\libs
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries f77blas,cblas,atlas not found in c:\users\maelg\appdata\local\programs\python\python38\libs
>     <class 'numpy.distutils.system_info.atlas_info'>
>       NOT AVAILABLE
> 
>     lapack_info:
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     customize MSVCCompiler
>       libraries lapack not found in ['c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\lib', 'C:\\', 'c:\\users\\maelg\\appdata\\local\\programs\\python\\python38\\libs']
>       NOT AVAILABLE
> 
>     C:\Users\maelg\AppData\Local\Temp\pip-install-fjsv57j8\numpy\numpy\distutils\system_info.py:625: UserWarning:
>         Lapack (http://www.netlib.org/lapack/) libraries not found.
>         Directories to search for the libraries can be specified in the
>         numpy/distutils/site.cfg file (section [lapack]) or by setting
>         the LAPACK environment variable.
>       self.calc_info()
>     lapack_src_info:
>       NOT AVAILABLE
> 
>     C:\Users\maelg\AppData\Local\Temp\pip-install-fjsv57j8\numpy\numpy\distutils\system_info.py:625: UserWarning:
>         Lapack (http://www.netlib.org/lapack/) sources not found.
>         Directories to search for the sources can be specified in the
>         numpy/distutils/site.cfg file (section [lapack_src]) or by setting
>         the LAPACK_SRC environment variable.
>       self.calc_info()
>       NOT AVAILABLE
> 
>     c:\users\maelg\appdata\local\programs\python\python38\lib\distutils\dist.py:274: UserWarning: Unknown distribution option: 'define_macros'
>       warnings.warn(msg)
>     running install
>     running build
>     running config_cc
>     unifing config_cc, config, build_clib, build_ext, build commands --compiler options
>     running config_fc
>     unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
>     running build_src
>     build_src
>     building py_modules sources
>     creating build
>     creating build\src.win-amd64-3.8
>     creating build\src.win-amd64-3.8\numpy
>     creating build\src.win-amd64-3.8\numpy\distutils
>     building library "npymath" sources
>     No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
>     error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
>     ----------------------------------------
>   Rolling back uninstall of numpy
>   Moving to c:\users\maelg\appdata\local\programs\python\python38\lib\site-packages\numpy-1.19.2.dist-info\
>    from C:\Users\maelg\AppData\Local\Programs\Python\Python38\Lib\site-packages\~umpy-1.19.2.dist-info
>   Moving to c:\users\maelg\appdata\local\programs\python\python38\lib\site-packages\numpy\
>    from C:\Users\maelg\AppData\Local\Programs\Python\Python38\Lib\site-packages\~umpy
>   Moving to c:\users\maelg\appdata\local\programs\python\python38\scripts\f2py.exe
>    from C:\Users\maelg\AppData\Local\Temp\pip-uninstall-5d6phyu1\f2py.exe
> ERROR: Command errored out with exit status 1: 'c:\users\maelg\appdata\local\programs\python\python38\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\maelg\\AppData\\Local\\Temp\\pip-install-fjsv57j8\\numpy\\setup.py'"'"'; __file__='"'"'C:\\Users\\maelg\\AppData\\Local\\Temp\\pip-install-fjsv57j8\\numpy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\maelg\AppData\Local\Temp\pip-record-kadzn441\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\maelg\appdata\local\programs\python\python38\Include\numpy' Check the logs for full command output.

How to control output resolution?

Thanks for sharing this great work!

I'm wondering how to calculate what my output resolution will be. For example, if my input video is 1080p, and I change the resize =1/n value to be 3, my output will be 2560 x 1440, but if I change the resize value to 6, my output is 720p. I don't understand. Can you explain how to use this value intuitively? Thanks!
image

can't install older TensorFlow versions

after running pip install --ignore-installed --upgrade tensorflow-gpu==1.15.0 I get:

ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.15.0 (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.3.0rc0, 2.3.0rc1, 2.3.0rc2, 2.3.0)
ERROR: No matching distribution found for tensorflow-gpu==1.15.0

It seems pip no longer offers older TensorFlow versions by default. Is there a way to get around this?

Tweaking superresolution parameters?

Hi I've done a test and the results are only marginal -- as if someone had put some mild edge detection on each frame. Are there parameters I can tweak?

Possible TecoGAN setup guide youtube turtorial?

Hi, I would like to know, could you maybe create a youtube tutorial on how to set up the tecoGAN_app on windows please? From start to finish how to get everything that is needed to make it work. So that for instance if I want to upscale a video, how to do that, what is needed and how to configure everything so that I can do that using the tecogan windows app please. Thank you

Error

When I click the super resolution button (after loading the input) it will open a window with japanese text and OK button after clicking the OK button it will just END. (I installed tenserflow==1.15.0)

error when run tecogan.bat (no detect tensorflow)

I install tensorflow and tensorflow-gpu
when run this code in anaconda and python show me specifications my cpu and gpu

from tensorflow.python.client import device_lib
print( device_lib.list_local_devices())
[name: "/device:CPU:0"
device_type: "CPU"
memory_limit: 268435456
locality {
}
incarnation: 17329821801997483339
, name: "/device:GPU:0"
device_type: "GPU"
memory_limit: 2262853222
locality {
  bus_id: 1
  links {
  }
}
incarnation: 1372736402601005389
physical_device_desc: "device: 0, name: GeForce GTX 780 Ti, pci bus id: 0000:01:00.0, compute capability: 3.5"
]

But when Run tecogan.bat don't dectect my tensorflow and show me Error Down
i used v0.1.1d

C:\dist\main>cd tecoGAN

C:\dist\main\tecoGAN>del /Q ./results/LR/calendar/*.png
Invalid switch - "results".

C:\dist\main\tecoGAN>python main.py --cudaID 0 --output_dir ./results/ --summary_dir ./results/log/ --mode inference --i
nput_dir_LR ./LR/calendar --output_pre calendar  --num_resblock 16  --checkpoint ./model/TecoGAN --output_ext png
Traceback (most recent call last):
  File "C:\dist\main\env\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
    from tensorflow.python.pywrap_tensorflow_internal import *
  File "C:\dist\main\env\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module>
    _pywrap_tensorflow_internal = swig_import_helper()
  File "C:\dist\main\env\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_impor
t_helper
    _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  File "C:\dist\main\env\lib\imp.py", line 242, in load_module
    return load_dynamic(name, filename, file)
  File "C:\dist\main\env\lib\imp.py", line 342, in load_dynamic
    return _load(spec)
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "main.py", line 13, in <module>
    import tensorflow as tf
  File "C:\dist\main\env\lib\site-packages\tensorflow\__init__.py", line 102, in <module>
    from tensorflow_core import *
  File "C:\dist\main\env\lib\site-packages\tensorflow_core\__init__.py", line 28, in <module>
    from tensorflow.python import pywrap_tensorflow  # pylint: disable=unused-import
  File "C:\dist\main\env\lib\site-packages\tensorflow\__init__.py", line 50, in __getattr__
    module = self._load()
  File "C:\dist\main\env\lib\site-packages\tensorflow\__init__.py", line 44, in _load
    module = _importlib.import_module(self.__name__)
  File "C:\dist\main\env\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "C:\dist\main\env\lib\site-packages\tensorflow_core\python\__init__.py", line 49, in <module>
    from tensorflow.python import pywrap_tensorflow
  File "C:\dist\main\env\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in <module>
    raise ImportError(msg)
ImportError: Traceback (most recent call last):
  File "C:\dist\main\env\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module>
    from tensorflow.python.pywrap_tensorflow_internal import *
  File "C:\dist\main\env\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module>
    _pywrap_tensorflow_internal = swig_import_helper()
  File "C:\dist\main\env\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_impor
t_helper
    _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  File "C:\dist\main\env\lib\imp.py", line 242, in load_module
    return load_dynamic(name, filename, file)
  File "C:\dist\main\env\lib\imp.py", line 342, in load_dynamic
    return _load(spec)
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.


Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

for some common reasons and solutions.  Include the entire stack trace
above this error message when asking for help.

Set up

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.?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.