Skip to content

Conditional Random Field#1806

Merged
wyli merged 18 commits intoProject-MONAI:masterfrom
charliebudd:crf-implementation
Mar 25, 2021
Merged

Conditional Random Field#1806
wyli merged 18 commits intoProject-MONAI:masterfrom
charliebudd:crf-implementation

Conversation

@charliebudd
Copy link
Copy Markdown
Collaborator

@charliebudd charliebudd commented Mar 18, 2021

Adds a new feature, Conditional Random Field (CRF). Combines message passing with a class compatability convolution into an iterative process designed to successively minimise the energy of the class labeling.

see #94 and #315

Status

Ready

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • New tests added to cover the changes.
  • Integration tests passed locally by running ./runtests.sh -f -u --net --coverage.
  • Quick tests passed locally by running ./runtests.sh --quick --unittests.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

@charliebudd charliebudd changed the title Conditional Random Field [WIP] Conditional Random Field Mar 18, 2021
@charliebudd charliebudd changed the title [WIP] Conditional Random Field Conditional Random Field Mar 24, 2021
@charliebudd charliebudd requested a review from wyli March 24, 2021 14:11
@charliebudd charliebudd marked this pull request as ready for review March 24, 2021 14:24
@wyli
Copy link
Copy Markdown
Contributor

wyli commented Mar 24, 2021

/black

thanks I'll run some tests locally and get back to this PR

Copy link
Copy Markdown
Contributor

@wyli wyli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! cc @SamuelJoutard could you please help review this one? I'll merge it as an initial version, but we'll have follow-up, would be great to get your inputs

@wyli wyli enabled auto-merge (squash) March 24, 2021 22:54
@wyli wyli merged commit b6d1cea into Project-MONAI:master Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants