Coder Social home page Coder Social logo

fast_seg's People

Contributors

dependabot[bot] avatar shameempk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fast_seg's Issues

Receiving a Divide by zero error everytime

Everytime I run the program with python fast_seg.py -i lenna.png there is a prompt and I mark the bg and fg and then press esc. After that it throws the following error everytime irrespecctive of how i mark. I have also tried it with other images.

 File "fast_seg.py", line 389, in <module>
    main()
  File "fast_seg.py", line 337, in main
    G = gen_graph(I_lab, SP_list, hist_ob, hist_bg)
  File "fast_seg.py", line 230, in gen_graph
    pr_bg = int(hist_bg[l_i, a_i, b_i]) / hist_bg_sum
ZeroDivisionError: division by zero

Cold you plese help me out as I am also conducting research in this topic and woud love to use this code and cite this. Let me know if I'm doing something wrong or maybe there's some mistake in the algorithm.

can use graph cut to multi-label task?

Hello, thanks of your contribution about such good work.
I am using graph neural network to parcel brain region, however the result is not good, I want to use graph cut as post process.
The inputs of my current model are: adjacency matrix (10242, 10242), feature matrix (10242, 6), label matrix (10242). The output is the probability y that each node belongs to a label, and its dimension is (10242, 36)
I want to use graph cut to update y for better performance.

I have a few questions about your code:
First, most of graph cut is only for two categories. Can you do multi label tasks?
Second, if I want to do post-processing, what should my input be?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.