Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.25 KB

readme.md

File metadata and controls

30 lines (18 loc) · 1.25 KB

Connected Components Labeling for PyTorch

References


Follwing Block-based Union Find Algorithm from YACCLAB.

  • Running on GPU.
  • PyTorch Interface
  • Fix some bit alignment problem
  • little refactoring

Example

Tested on scikit-image example ,follows example.ipynb

img.png

Install

> python3 setup.py install

> python3 setup.py test