Home

Awesome

Connected Components Labeling for PyTorch

References

<hr>

Follwing Block-based Union Find Algorithm from YACCLAB.

Example

Tested on scikit-image example ,follows example.ipynb

img.png

Install

> python3 setup.py install

> python3 setup.py test