lucasb-eyer / pydensecrf

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

fixed a bug in create_pair_gaussian method in utils.py #12

Closed sqy12 closed 8 years ago

lucasb-eyer commented 8 years ago

lgtm thanks!

sqy12 commented 8 years ago

No problem. I got some problems on executing 'Q = d.inference(5)' instruction. It just accidentally stops the program without saying anything. I'm not sure how I can debug this problem. I tried to put a break point at that line and step into would also stop the program.

lucasb-eyer commented 8 years ago

Please open a separate issue for this, as this PR is now closed. In that issue, please give minimal but enough code for me to reproduce the problem and I'll look into it! It's weird because I've used inference before.