ml4a / ml4a

A python library and collection of notebooks for making art with machine learning.

Home Page:https://ml4a.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: module 'rasterfairy' has no attribute 'transformPointCloud2D'

communikein opened this issue · comments

When trying this demo, it all works fine until it tries to call the rasterfairy.transformPointCloud2D() function.
At that point it fails with the error:
AttributeError: module 'rasterfairy' has no attribute 'transformPointCloud2D'

RasterFairy is Python 2 only