You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The used algorithm can be imported as:
from pixelcount.algorithm import pipeline
For ease of use, a frontend is included, run this with:
from pixelcount import frontend
Or alternatively:
$ python3 -c "from pixelcount import frontend"