PyMaxflow icon indicating copy to clipboard operation
PyMaxflow copied to clipboard

Python library for creating flow networks and computing the maxflow/mincut (aka graph-cuts for Python)

Results 16 PyMaxflow issues
Sort by recently updated
recently updated
newest added

Hello, I have successfully installed the package using pip. However, when I try to test the program, I got the following error message. I think it might be related to...

Hi, I am trying to create a 3D grid like nodes = g.add_nodes( (c.shape[0],c.shape[1],c.shape[2]) ) (c is a 3D numpy array) But am getting TypeError: an integer is required Any...

i wanna use graph cut to segment instances in an image ,is it helpful ?

hey there, now I have a mask(binary), which indicates possible foreground of the image, and one original image corresponding to the mask. How can i use this for segmented region...

Thank you so much for writing this package! The documentation is great in the maxflow part. But it's a little confusing in the maxflow.fastmin part... It would be great if...

when using the fastmin package, I think the V can change depends on the pair coodinates would be better

However I try to build, it results in the same error as below. "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings] #warning "Using deprecated NumPy API,...

Hi Pmneila Sorry for this further question, I hope that this will my last one. Now I'm using my code on Amazon ec2 cloud service because I need more computation...

Any image segmentation example?