Phillip Rust
Phillip Rust
Thanks for the suggestion! I think it's a good idea to distribute pixel via PyPi. The main reason we currently only support the installation via eggs (running `pip install -e...
Sorry for the confusion, you can find the installation instructions by clicking on "_Show instructions_" under [https://github.com/xplip/pixel#setup](https://github.com/xplip/pixel#setup). Maybe I should make it easier to find. If you run this command...
Currently, it is not possible to go from reconstructed image patches to unicode text, so this is an open problem (we mentioned this briefly in our paper's limitations section). An...
Hi Amit, sign languages sound like a really promising application of PIXEL! I'm sure the top-to-bottom rendering can be done, and also 2D patches. I'll think about how this could...
Thanks a lot for the explanations and taking a stab at it already! I wasn’t aware Korean relied so heavily on the precomposed syllables. If the glyph limit is reached...
> I am stuck at cairo not found error. Any suggestion? Have you followed the steps above to install cairo / setup your environment? I can try to help identify...
Sorry for the late reply. It seems like cairo is not installed correctly in your conda environment. If you run `conda list cairo`, you should get an output similar to...
Hi, I sadly cannot reproduce this error. Did you start from a clean environment or had packages installed already?