Skip to content

Commit

Permalink
Add missing paper reference
Browse files Browse the repository at this point in the history
Fixes #254.
  • Loading branch information
fepegar committed Aug 15, 2020
1 parent 38a944f commit c83d9c8
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -12,8 +12,10 @@
class RandomLabelsToImage(RandomTransform, IntensityTransform):
r"""Generate an image from a segmentation.
Based on the work by `Billot et al., A Learning Strategy for
Contrast-agnostic MRI Segmentation <https://arxiv.org/abs/2003.01995>`_.
Based on the works by Billot et al.: `A Learning Strategy for
Contrast-agnostic MRI Segmentation <https://arxiv.org/abs/2003.01995>`_
and `Partial Volume Segmentation of Brain MRI Scans of any Resolution and
Contrast <https://arxiv.org/abs/2004.10221>`.
Args:
label_key: String designating the label map in the sample
Expand Down

0 comments on commit c83d9c8

Please sign in to comment.