pyaesthetics icon indicating copy to clipboard operation
pyaesthetics copied to clipboard

A python package to extract visual features about the aesthetic appearance from still images.

Results 3 pyaesthetics issues
Sort by recently updated
recently updated
newest added

- [x] Fix warning in text / image ratio when area of the image == 0 `` /usr/local/lib/python3.5/dist-packages/prettywebsite-0.0.4-py3.5.egg/prettywebsite/spaceBasedDecomposition.py:63: RuntimeWarning: divide by zero encountered in long_scalars return({"textImageRatio":sum(text) / sum(image),"textArea":sum(text),"imageArea":sum(image),"nImages":len(image)}) ``

enhancement

At the moment, one of the bottleneck of the package is the detection of the ratio between visual and textual areas. The process involves the detection of areas by means...

Hi @Gabrock94, thank you for the awesome repository. Looing at [this code](https://github.com/Gabrock94/pyaesthetics/blob/master/pyaesthetics/selfsimilarity.py), the implementation appears to be in progress. Are there any plans for future implementation?