Alex J. Champandard

Results 30 issues of 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_dirt5_grass6_bug](https://user-images.githubusercontent.com/445208/87859679-3d79d400-c937-11ea-90f5-ca2619e69f0c.jpg) `mashup_dirt8_grass7` (left: quality=2 lower quality than others, right:...

bug

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...

tips & tricks

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...

tips & tricks

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...

enhancement
good first issue

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...

enhancement
good first issue

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?)...

enhancement

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...

bug
help wanted

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...