GitHub - zsef123/Connected_components_PyTorch: A PyTorch implementation of Connected Components Labeling

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

A PyTorch implementation of Connected Components Labeling

License

BSD-3-Clause license

122 stars 28 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

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

About

A PyTorch implementation of Connected Components Labeling

Resources

Readme

License

BSD-3-Clause license

Activity

Stars

122 stars

Watchers

1 watching

Forks

28 forks

Releases

No releases published