paul bethge
paul bethge
hey @Dazzid, so std::exchange is a feature from C++14. Looks like your compiling for some older version. When I remember correctly we set the flag for C++17 at some point....
hey, you should look where this number 286 is coming from. There is an augmentation step in dataset.py: ```python input_image, real_image = resize(input_image, real_image, 286, 286) ``` This may not...
closed due to lack of response
Maybe I can help to fix it. At which stage are you stuck? Please add error messages if that's the case.
hey @Jonathhhan, could you please provide the error message as well? or is it just a seg fault? also which line throws the error? I have never worked with word...
Hey @Jonathhhan, I am currently on vacation and can only look into it at the mid of next week. It looks alright how you handle the input. Maybe you are...
Yup arbitrary style transfer is superior in that sense. How much fps do you get and what hardware do you use? The same model has been used in Alexander Schubert's...
hey @Jonathhhan, thank you for your contribution! I am currently trying out your example on an RTX 3080. I have two ideas how to improve the performance: - use multiply...
oh and please keep in mind to use the standard OF_ROOT. I.e. leave the variable commented in config.make ;)
Hey, Yes the mul doesnt make much of a difference in compute time but I still prefer it actually. Division just give me the chills :D The difference in pixels...