pydensecrf icon indicating copy to clipboard operation
pydensecrf copied to clipboard

Help with wrapping learning

Open ajdroid opened this issue 7 years ago • 2 comments

Hey, I'd like to use the learning part of the code and might as well come up with a wrapper. Any pointers on how/where to start?

ajdroid avatar Nov 10 '16 15:11 ajdroid

From the wrapper side, I believe it should be enough to wrap more methods in densecrf.pxd, specifically this one.

The reason I never did this myself is I don't know how to actually use this for doing learning and how to test it. So you'll probably spend more time on writing an example for this.

I'd greatly appreciate a PR including an example!

lucasb-eyer avatar Nov 10 '16 17:11 lucasb-eyer

@ajdroid - Did you manage to wrap the learning part of this code? Do you have link to any such repositories?

I want to explore the learning approach for a certain image denosing problem, so any pointers to learning here would be appreciated.

manishh avatar Sep 25 '18 13:09 manishh