hmmlillian / Neural-Color-Transfer

The source code of "single-reference color transfer" in "Progressive Color Transfer with Dense Semantic Correspondences".
https://arxiv.org/abs/1710.00756
73 stars 8 forks source link

exe error #1

Closed iperov closed 4 years ago

iperov commented 5 years ago

NVIDIA Share_2019-10-02_22-51-17

hmmlillian commented 4 years ago

@iperov Could you download the dll from the HDF5 to have a try?

iperov commented 4 years ago

already tried, after that dll it requires more and more dll's

hmmlillian commented 4 years ago

@iperov What environment did you use, Windows 10 64bit?

iperov commented 4 years ago

7-64

iperov commented 4 years ago

and your program will not work on windows 10, because windows 10 also have not such dll's

hmmlillian commented 4 years ago

@iperov We compiled on Windows 10 64bit with Visual Studio 2013. Most external dlls should be included. I will double check it later.

iperov commented 4 years ago

a lot of laugh. Compiled...

Did you even test your program on clean windows 10 ??

iperov commented 4 years ago

windows is not a linux. Windows does not have hdf5 and other compiler environment dlls by default.

jdumas commented 4 years ago

I also cannot run the provided exe on my windows machine. @hmmlillian have you looked into adding the missing dlls into the provided .zip?

hmmlillian commented 4 years ago

I also cannot run the provided exe on my windows machine. @hmmlillian have you looked into adding the missing dlls into the provided .zip?

@jdumas I tried to find all the possible dlls which might be used and updated the exe. Please try it again. Hope it can help.

jdumas commented 4 years ago

Thanks. Looks like I can run it, but it now fails with the following error message (run without arguments):

The number of device is: 1, set device 0.
Total Memory = 0, Free Memory = 3541670297.
WARNING: Logging before InitGoogleLogging() is written to STDERR
I0219 14:41:36.201583  8780 common.cpp:36] System entropy source not available, using fallback algorithm to generate seed instead.
F0219 14:41:36.202605  8780 io.cpp:41] Check failed: fd != -1 (-1 vs. -1) File not found: \vgg19\VGG_ILSVRC_19_layers_deploy.prototxt
*** Check failure stack trace: ***
hmmlillian commented 4 years ago

@jdumas Please follow the instructions in README to download the model first.