David Neumann

Results 16 comments of David Neumann

Same here, I have tried to install Keras 1.1.2 and Tensorflow 0.12.0 (0.10.0 is not available via PyPI anymore). Then I have tried to convert the code to the current...

Okay, sorry, I just found the following comment: https://github.com/neil454/deep-motion/issues/2#issuecomment-283479980, which explains how to fix this. In that case the `data_format` as in my previous post, does not seem to be...

Sorry, I should have elaborated a little more. The problem ist, that by default Keras uses TensorFlow channel ordering, i.e. height, width, channels. But in this case the author changed...

Hey, I am really sorry, but I haven't had any time of late to work on the project. So the project is in no fit state to be actually used...

As of now, the project covers very little of the public FFmpeg interface. There is still a lot that has to be done in order to make fully-featured enough to...

Great, I will fork the repository and send a merge request

While working on the new feature, I came along the `stripQuotes` function. I do not quite understand the regular expression `r'Literal\[[^\]]+\]|[^L]+'`, which either matches "Literal[...]" or all strings that do...

I am not quite sure why `serviceWorker.js` should be loaded. Maybe Angular just tries to load it and has a fallback in case it is not available. I'll have to...

Okay, I looked into the problem and I could not figure out why `serviceWorker.js` was loaded in the first place, because a service worker seems to be a local proxy...

Good point, we could specify different sizes for the different CSS breakpoints. I will have a look at it.