Skip to content

Commit d632093

Browse files
committed
Fix bullets PyT segmentation README
Signed-off-by: Shashank Verma <[email protected]>
1 parent 4e415ae commit d632093

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

PyTorch/Segmentation/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,15 @@ NVIDIA provides Deep Learning Examples for Image Segmentation on its GitHub repo
8383
Here are the examples relevant for image segmentation, directly from [Deep Learning Examples](https://github.com/NVIDIA/DeepLearningExamples):
8484

8585
1. 3D UNet for Medical Image Segmentation using Tensorflow 1.x
86-
1.1 [Git repository](https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Segmentation/UNet_3D_Medical)
87-
1.2 Uses TensorFlow 20.06-tf1-py3 [NGC container](https://ngc.nvidia.com/registry/nvidia-tensorflow)
86+
- [Git repository](https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Segmentation/UNet_3D_Medical)
87+
- Uses TensorFlow 20.06-tf1-py3 [NGC container](https://ngc.nvidia.com/registry/nvidia-tensorflow)
8888

8989

9090
2. 2D UNet for Industrial Defect Segmentation using Tensorflow 1.x
91-
2.1 [Git repository](https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Segmentation/UNet_Industrial)
92-
2.2 Uses TensorFlow 20.06-tf1-py3 [NGC container](https://ngc.nvidia.com/registry/nvidia-tensorflow)
91+
- [Git repository](https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Segmentation/UNet_Industrial)
92+
- Uses TensorFlow 20.06-tf1-py3 [NGC container](https://ngc.nvidia.com/registry/nvidia-tensorflow)
9393

9494

9595
3. MaskRCNN for Common Objects Segmentation using PyTorch
96-
3.1 [Git repository](https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Segmentation/MaskRCNN)
97-
3.2 Uses PyTorch 20.06-py3 [NGC container](https://ngc.nvidia.com/registry/nvidia-pytorch)
96+
- [Git repository](https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Segmentation/MaskRCNN)
97+
- Uses PyTorch 20.06-py3 [NGC container](https://ngc.nvidia.com/registry/nvidia-pytorch)

0 commit comments

Comments
 (0)