initial commit
9
examples/facestyle/run.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
setlocal
|
||||
set PATH=..\..\bin;%PATH%
|
||||
|
||||
ebsynth.exe -style source_painting.png ^
|
||||
-guide source_Gapp.png target_Gapp.png -weight 0.5 ^
|
||||
-guide source_Gseg.png target_Gseg.png -weight 1.5 ^
|
||||
-guide source_Gpos.png target_Gpos.png -weight 10 ^
|
||||
-output output.png
|
||||
8
examples/facestyle/run.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
export PATH=../../bin:$PATH
|
||||
|
||||
ebsynth -style source_painting.png \
|
||||
-guide source_Gapp.png target_Gapp.png -weight 0.5 \
|
||||
-guide source_Gseg.png target_Gseg.png -weight 1.5 \
|
||||
-guide source_Gpos.png target_Gpos.png -weight 10 \
|
||||
-output output.png
|
||||
BIN
examples/facestyle/source_Gapp.png
Normal file
|
After Width: | Height: | Size: 350 KiB |
BIN
examples/facestyle/source_Gpos.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
examples/facestyle/source_Gseg.png
Normal file
|
After Width: | Height: | Size: 410 KiB |
BIN
examples/facestyle/source_painting.png
Normal file
|
After Width: | Height: | Size: 1.7 MiB |
BIN
examples/facestyle/target_Gapp.png
Normal file
|
After Width: | Height: | Size: 300 KiB |
BIN
examples/facestyle/target_Gpos.png
Normal file
|
After Width: | Height: | Size: 150 KiB |
BIN
examples/facestyle/target_Gseg.png
Normal file
|
After Width: | Height: | Size: 315 KiB |
10
examples/stylit/run.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
setlocal
|
||||
set PATH=..\..\bin;%PATH%
|
||||
|
||||
ebsynth.exe -style source_style.png ^
|
||||
-guide source_fullgi.png target_fullgi.png -weight 0.5 ^
|
||||
-guide source_dirdif.png target_dirdif.png -weight 0.5 ^
|
||||
-guide source_dirspc.png target_dirspc.png -weight 0.5 ^
|
||||
-guide source_indirb.png target_indirb.png -weight 0.5 ^
|
||||
-output output.png
|
||||
9
examples/stylit/run.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
export PATH=../../bin:$PATH
|
||||
|
||||
ebsynth -style source_style.png \
|
||||
-guide source_fullgi.png target_fullgi.png -weight 0.5 \
|
||||
-guide source_dirdif.png target_dirdif.png -weight 0.5 \
|
||||
-guide source_dirspc.png target_dirspc.png -weight 0.5 \
|
||||
-guide source_indirb.png target_indirb.png -weight 0.5 \
|
||||
-output output.png
|
||||
BIN
examples/stylit/source_dirdif.png
Normal file
|
After Width: | Height: | Size: 348 KiB |
BIN
examples/stylit/source_dirspc.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
examples/stylit/source_fullgi.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
examples/stylit/source_indirb.png
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
examples/stylit/source_style.png
Normal file
|
After Width: | Height: | Size: 2.3 MiB |
BIN
examples/stylit/target_dirdif.png
Normal file
|
After Width: | Height: | Size: 362 KiB |
BIN
examples/stylit/target_dirspc.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
examples/stylit/target_fullgi.png
Normal file
|
After Width: | Height: | Size: 1.0 MiB |
BIN
examples/stylit/target_indirb.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
5
examples/texbynum/run.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
setlocal
|
||||
set PATH=..\..\bin;%PATH%
|
||||
|
||||
ebsynth.exe -patchsize 3 -uniformity 1000 -style source_photo.png -guide source_segment.png target_segment.png -output output.png
|
||||
5
examples/texbynum/run.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
export PATH=../../bin:$PATH
|
||||
|
||||
ebsynth -patchsize 3 -uniformity 1000 -style source_photo.png -guide source_segment.png target_segment.png -output output.png
|
||||
|
||||
BIN
examples/texbynum/source_photo.png
Normal file
|
After Width: | Height: | Size: 225 KiB |
BIN
examples/texbynum/source_segment.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
examples/texbynum/target_segment.png
Normal file
|
After Width: | Height: | Size: 65 KiB |