Open FraPochetti opened 5 years ago
I took a look at the comments and at the paper, and it seems to me that the approach is pretty hard to implement I think (just look at the number of options these guys have). So it may not be justified to spend so much time with other approach and I favor something simpler.
But I think it's worth researching if it exists a better way to do it anyway, for example this may be more feasible:
https://www.pyimagesearch.com/2018/08/27/neural-style-transfer-with-opencv/
The PyImageSearch post (using these guys' work) is quite insane. It is fantastic at frame level but at video level, it is a for loop, so nothing better than what we get, just faster.
Haven't seen the Medium post yet.
For the pyinagesearch it looks to me the frames are quite stable (it's the same technique of the videogame demo I think?) probably because there is no optimization being performed (it's what makes it random). Which makes me think doing an initialization on the previous frame could technically help (and also the loss)
On Sat., Apr. 27, 2019, 3:21 a.m. Francesco Pochetti, < notifications@github.com> wrote:
The PyImageSearch https://www.pyimagesearch.com/2018/08/27/neural-style-transfer-with-opencv/ post (using these guys' work https://github.com/jcjohnson/fast-neural-style) is quite insane. It is fantastic at frame level but at video level, it is a for loop, so nothing better than what we get, just faster.
Haven't seen the Medium post yet.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gabrielelanaro/ml-prototypes/issues/37#issuecomment-487273884, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB2SA64QSAU5ZJ3FMNBZ3TPSQSJTANCNFSM4HIUIV7Q .
Deepart.io Paper GitHub repo
How can we get this done in a reasonable time/effort?
Clear issues:
Easy potential fixes: