Alex J. Champandard
Alex J. Champandard
This is hard to reproduce, but in automated tests with two browsers connected we hit this problem reliably: ``` try: fut = self._futures[method].popleft() except IndexError: # XXX: we can't just...
I presume @vdumoulin's folder sharing was turned off somehow (or reached a limit). I'd suggest making a placeholder project release on GitHub and putting the files there—it's hosted on S3...
Mashing up grass and dirt sometimes produces low-quality or even buggy results. `mashup_dirt5_grass6` (left: bug on first-run, right: expected on second-run)  `mashup_dirt8_grass7` (left: quality=2 lower quality than others, right:...
This software is currently considered alpha, and does not yet work on all textures reliably. The `Mashup` command in particular seems to produce less consistent results, see #26. For difficult...
In general, similarity of regions in the output image is expected since the tool generates *textures* that are defined by repeating patterns. When the source image is smaller than the...
The quality of images is higher when the number of pixels from the source and target match 1:1. When a larger source is provided, it could be randomly cropped if...
The PyTorch implementation of L-BFGS in `torch.optim.LBFGS` is fast, however, it does not seem to be as reliable as the one in SciPy. https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.fmin_l_bfgs_b.html **What needs doing?** - Create a...
Feature request from [Quasimondo]( https://twitter.com/quasimondo/status/1265967650632499200) on the Twitterverse ;-) > Also on my wishlist - support for seamless tiling (which I guess might be possible by controlling the seed image?)...
If you specify `--duration=0.1` the video does not seem to contain even a single frame. With `--duration=0.0` the script or subprocess crashes with: ``` Segmentation fault: 11 ``` Just posting...
I have a few questions about the notebook with the implementation of "A Neural Algorithm for Artistic Style". Hopefully this is the right place for them? It'd be easier to...