From 5d73af11d806f0c1572648ea1320de63e675b1c9 Mon Sep 17 00:00:00 2001 From: Tony Reina <37851530+tonyreina@users.noreply.github.com> Date: Mon, 11 Jan 2021 16:47:03 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f910f6..7dedc30 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Deep Learning Medical Decathlon Demos for Python* ### U-Net Biomedical Image Segmentation with Medical Decathlon Dataset. -This repository contains [2D](https://github.com/IntelAI/unet/tree/master/2D) and [3D](https://github.com/IntelAI/unet/tree/master/3D) U-Net scripts for training models using the [Medical Decathlon](http://medicaldecathlon.com/) dataset (http://medicaldecathlon.com/). +This repository contains [2D](https://github.com/IntelAI/unet/tree/master/2D) and [3D](https://github.com/IntelAI/unet/tree/master/3D) U-Net TensorFlow scripts for training models using the [Medical Decathlon](http://medicaldecathlon.com/) dataset (http://medicaldecathlon.com/). ![pred152_3D](3D/images/BRATS_152_img3D.gif "BRATS image #152: Purple voxels indicate a perfect prediction by the model. Red are false positives. Blue are false negatives"). ![pred195](3D/images/BRATS_195_img.gif "BRATS image #195: Purple voxels indicate a perfect prediction by the model. Red are false positives. Blue are false negatives")