From 26cb68463037476e8b25af131e3fb2e97f36bfa5 Mon Sep 17 00:00:00 2001 From: Adam Kelly Date: Sat, 6 Jul 2019 08:55:12 -0500 Subject: [PATCH] Updating README with Image Segmentation tutorial --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59fc3b5..50cd4d8 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,6 @@ Computer Vision Simulation in Unity This repo contains a modified version of Unity's ML_ImageSynthesis project and can save depth, segmentation, and normals within the editor. ## Tutorial -The companion tutorial for this repo: -[Unity Depth Camera Simulation](http://www.immersivelimit.com/tutorials/unity-depth-camera-simulation) \ No newline at end of file +Companion tutorials for this repo: +[Unity Depth Camera Simulation](http://www.immersivelimit.com/tutorials/unity-depth-camera-simulation) +[Unity Image Segmentation](http://www.immersivelimit.com/tutorials/unity-image-segmentation)