lucasb-eyer / pydensecrf

Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.
MIT License
1.93k stars 411 forks source link

Several unary energy items #82

Open Valentine233 opened 5 years ago

Valentine233 commented 5 years ago

Thanks for your work!

I would like to know why it is not possible to have several unary energy items? What if I want to insert different kind of unary energies. I am looking for a function like "addUnaryEnergy"...

SarthakGupta22 commented 4 years ago

Yes, I am also having the same problem. I have two different probablity maps for a single image and I want to add two unary potentials corresponding to each of them How can I do this?