lucasb-eyer / pydensecrf

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

The example to use the package #53

Closed howardgriffin closed 6 years ago

howardgriffin commented 6 years ago

Could someone show me how to use pydensecrf package or the examples about it? Thank you in advance!

howardgriffin commented 6 years ago

And how to run utils_example.py in examples ? What should sys.argv be?

lucasb-eyer commented 6 years ago

Hi, just follow the instructions in the README. Installation and usage are both described there.

If there is an actual problem following those steps, please open an issue with what you have done, and what error you encounter.