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

Extract the filters #101

Open waychin-weiqin opened 4 years ago

waychin-weiqin commented 4 years ago

Hi, is it possible to extract the filters weights k(f_i, f_j) before the inference?

Thank youu