jamriska / ebsynth

Fast Example-based Image Synthesis and Style Transfer
https://ebsynth.com
1.5k stars 194 forks source link

Problems when compiling for ubuntu 18.04 #17

Closed Sam2much96 closed 3 years ago

Sam2much96 commented 4 years ago

I run the build-linux-cpu_only.sh script, and the terminal just remains blank. I've tried using the windows version, but my windows PC is so slow. Please help fix this. I really need to start testing with ebsynth asap.

Sam2much96 commented 4 years ago

On further inspection, the source code doesn't have a .make file or a .config file for building in Ubuntu terminal. Please create a .make file for Linux builds

Touitoui commented 3 years ago

The .sh scripts are g++ commands without verbose, the terminal remain blank because it's compiling. Just wait a little and the executable will be in the bin folder.

Sam2much96 commented 3 years ago

You're a genius. Thank you. Forgive a Linux noob like myself. I suggest maybe an addition to the code? A for loop with an asterix that shows build percentage. It'll really help.

meet1919 commented 1 year ago

@Touitoui hey, what to do after the bin folder is populated? I tried adding it to the path but when using command ebsynth -style <style.png> -guide <source.png> <target.png> -output <output.png> error comes: ebsynth : The term 'ebsynth' is not recognized as the name of a cmdlet, function, script file, or operable program. I am using windows and compiled with build-win64-cpu_only.bat