JoseConseco / texture_synthesis

texture_synthesis
GNU General Public License v3.0
97 stars 6 forks source link

Path not found #1

Closed oppenheimer- closed 5 years ago

oppenheimer- commented 5 years ago

This is run in Blender 2.8 on Windows 10 Home.

There are path errors due to double slashes:

['D:\\Programme\\texture-synthesis-0.6.0-x86_64-pc-windows-msvc\\texture-synthesis.exe', '--out', 'C:\\tmp\\Generated.png', '--out-size', '512x512', '--seed', '1', '--rand-init', '1', '--k-neighs', '50', '--cauchy', '1.0', '--backtrack-pct', '0.5', '--backtrack-stages', '5', '--in-size', '512x512', '--tiling', 'generate', '']
error: Das System kann den angegebenen Pfad nicht finden. (os error 3)
Waited 30 sec for C:\tmp\Generated.png to be generated, no output detected. Time passed: 2e+09 sec
Skipping loading generated file
JoseConseco commented 5 years ago

I do not see double slashes in your report anywhere... and it looks like there is no input image paramerter - > the last string after 'generate' - is '.' - but it should be path to input image.

oppenheimer- commented 5 years ago

Sorry, didn't mark it as "code"... the double slashes are not a problem. Nevermind, i expected the synthesis to be run on the image in the viewer. My bad!