manuelruder / artistic-videos

Torch implementation for the paper "Artistic style transfer for videos"
Other
1.75k stars 252 forks source link

Error 0x00405d70 #17

Closed gxarmanis closed 8 years ago

gxarmanis commented 8 years ago

Hello! First of all congratulations for your amazing work! I am a new ubuntu user and i am interested in NN's so i thought of running your code with default parameters. As you may see from the attached screenshot after few hours of computing the optical flow i face the specific issue. I do not know what else i can do as you may see from folder screenshot every file is there. I would appreciate if you could help me further on this matter.

Thank you very much! George.

Issue Screenshot: issue

Folder Screenshot: folder

manuelruder commented 8 years ago

It doesn't find "artistic_video.lua" because it's probably in a different directory than the script you are trying to execute. Just copy all the files from this repositories into the same directory as the script "stylizeVideo.sh". This repository is not supposed to be installed anywhere. Just keep all the files together (in the same directory). Then you can run "stylizeVideo.sh" again. If you didn't delete anything, the script should recognize the already existing optical flow files and just continue with the stylization.

gxarmanis commented 8 years ago

Thank you very much for your help, it worked!