This is Python3 implementation of "Efficient Graph-Based Image Segmentation" paper written by P. Felzenszwalb, D. Huttenlocher.
The paper is available at http://cs.brown.edu/~pff/papers/seg-ijcv.pdf
C++ implementation is written by the author & is available on http://cs.brown.edu/~pff/segment/
Python 3.7+
scipy
matplotlib
numpy
Pillow